Package org.infinispan.rest.resources
Class ProtobufResource
- java.lang.Object
-
- org.infinispan.rest.resources.BaseCacheResource
-
- org.infinispan.rest.resources.ProtobufResource
-
- All Implemented Interfaces:
ResourceHandler
public class ProtobufResource extends BaseCacheResource implements ResourceHandler
Protobuf schema manipulation Resource- Since:
- 11
- Author:
- Katia Aresti
-
-
Constructor Summary
Constructors Constructor Description ProtobufResource(InvocationHelper invocationHelper, RestTelemetryService telemetryService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Invocations
getInvocations()
Return theInvocations
handled by this ResourceHandler.
-
-
-
Constructor Detail
-
ProtobufResource
public ProtobufResource(InvocationHelper invocationHelper, RestTelemetryService telemetryService)
-
-
Method Detail
-
getInvocations
public Invocations getInvocations()
Description copied from interface:ResourceHandler
Return theInvocations
handled by this ResourceHandler.- Specified by:
getInvocations
in interfaceResourceHandler
-
-