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 RestResponsedispatch(RestRequest restRequest)
-
-
-
Method Detail
-
dispatch
RestResponse dispatch(RestRequest restRequest)
-
-