Package org.infinispan.rest.framework
Interface RestDispatcher
-
public interface RestDispatcherRoutes a particularRestRequestto be executed by the correct {link @Invocation}, and produces theRestResponse.- Since:
- 10.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.concurrent.CompletionStage<RestResponse>dispatch(RestRequest restRequest)
-
-
-
Method Detail
-
dispatch
java.util.concurrent.CompletionStage<RestResponse> dispatch(RestRequest restRequest)
-
-