Package org.infinispan.rest.resources
Class ServerResource
- java.lang.Object
-
- org.infinispan.rest.resources.ServerResource
-
- All Implemented Interfaces:
ResourceHandler
public class ServerResource extends Object implements ResourceHandler
- Since:
- 10.0
-
-
Constructor Summary
Constructors Constructor Description ServerResource(InvocationHelper invocationHelper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InvocationsgetInvocations()Return theInvocationshandled by this ResourceHandler.
-
-
-
Constructor Detail
-
ServerResource
public ServerResource(InvocationHelper invocationHelper)
-
-
Method Detail
-
getInvocations
public Invocations getInvocations()
Description copied from interface:ResourceHandlerReturn theInvocationshandled by this ResourceHandler.- Specified by:
getInvocationsin interfaceResourceHandler
-
-