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)java.util.concurrent.CompletionStage<RestResponse>dispatch(RestRequest restRequest, LookupResult lookupResult)LookupResultlookupInvocation(RestRequest restRequest)
-
-
-
Method Detail
-
lookupInvocation
LookupResult lookupInvocation(RestRequest restRequest)
-
dispatch
java.util.concurrent.CompletionStage<RestResponse> dispatch(RestRequest restRequest)
-
dispatch
java.util.concurrent.CompletionStage<RestResponse> dispatch(RestRequest restRequest, LookupResult lookupResult)
-
-