Package org.infinispan.rest.framework
Interface RestDispatcher
- All Known Implementing Classes:
RestDispatcherImpl
public interface RestDispatcher
Routes a particular
RestRequest
to be executed by the correct {link @Invocation}, and produces the RestResponse
.- Since:
- 10.0
-
Method Summary
Modifier and TypeMethodDescriptiondispatch
(RestRequest restRequest) dispatch
(RestRequest restRequest, LookupResult lookupResult) lookupInvocation
(RestRequest restRequest)
-
Method Details
-
lookupInvocation
-
dispatch
-
dispatch
-