Package org.infinispan.rest.framework
Interface ResourceHandler
-
- All Known Implementing Classes:
CacheResource,ConfigResource,SplashResource
public interface ResourceHandlerHandles all the logic related to a REST resource.- Since:
- 10.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.infinispan.rest.framework.impl.InvocationsgetInvocations()Return theInvocationshandled by this ResourceHandler.
-