Package org.infinispan.rest.resources
Class CounterResource
- java.lang.Object
-
- org.infinispan.rest.resources.CounterResource
-
- All Implemented Interfaces:
ResourceHandler
public class CounterResource extends java.lang.Object implements ResourceHandler
Handler for the counter resource.- Since:
- 10.0
-
-
Constructor Summary
Constructors Constructor Description CounterResource(InvocationHelper invocationHelper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.infinispan.rest.framework.impl.Invocations
getInvocations()
Return theInvocations
handled by this ResourceHandler.
-
-
-
Constructor Detail
-
CounterResource
public CounterResource(InvocationHelper invocationHelper)
-
-
Method Detail
-
getInvocations
public org.infinispan.rest.framework.impl.Invocations getInvocations()
Description copied from interface:ResourceHandler
Return theInvocations
handled by this ResourceHandler.- Specified by:
getInvocations
in interfaceResourceHandler
-
-