Package org.infinispan.rest.framework
Interface ResourceHandler
-
- All Known Implementing Classes:
CacheResourceV2,ClusterResource,ContainerResource,CounterResource,LoggingResource,MetricsResource,ProtobufResource,RedirectResource,SearchAdminResource,SecurityResource,ServerResource,StaticContentResource,TasksResource,XSiteResource
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 InvocationsgetInvocations()Return theInvocationshandled by this ResourceHandler.
-
-
-
Method Detail
-
getInvocations
Invocations getInvocations()
Return theInvocationshandled by this ResourceHandler.
-
-