Package org.infinispan.rest.resources
Class ConfigResource
- java.lang.Object
-
- org.infinispan.rest.resources.ConfigResource
-
- All Implemented Interfaces:
ResourceHandler
public class ConfigResource extends java.lang.Object implements ResourceHandler
REST resource to manage cache configurations.- Since:
- 10.0
-
-
Constructor Summary
Constructors Constructor Description ConfigResource(EmbeddedCacheManager cacheManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.infinispan.rest.framework.impl.InvocationsgetInvocations()Return theInvocationshandled by this ResourceHandler.
-
-
-
Constructor Detail
-
ConfigResource
public ConfigResource(EmbeddedCacheManager cacheManager)
-
-
Method Detail
-
getInvocations
public org.infinispan.rest.framework.impl.Invocations getInvocations()
Description copied from interface:ResourceHandlerReturn theInvocationshandled by this ResourceHandler.- Specified by:
getInvocationsin interfaceResourceHandler
-
-