Class ProtobufResourceV3
java.lang.Object
org.infinispan.rest.resources.BaseCacheResource
org.infinispan.rest.resources.ProtobufResource
org.infinispan.rest.resources.ProtobufResourceV3
- All Implemented Interfaces:
ResourceHandler
REST resource to manage Protobuf schemas (V3 OpenAPI compliant).
Extends ProtobufResource to reuse handler methods, only defines v3-specific endpoint paths.
Rules for OpenAPI v3 compliance:
- Resources should have unique paths
- Actions should be prefixed by _
- Since:
- 16.1
-
Constructor Summary
ConstructorsConstructorDescriptionProtobufResourceV3(InvocationHelper invocationHelper, InfinispanTelemetry telemetryService) -
Method Summary
Methods inherited from class ProtobufResource
createOrReplace, deleteSchema, getSchema, getSchemasNames, getTypesMethods inherited from class BaseCacheResource
keyDistribution, putValueToCache
-
Constructor Details
-
ProtobufResourceV3
-
-
Method Details
-
getInvocations
Description copied from interface:ResourceHandlerReturn theInvocationshandled by this ResourceHandler.- Specified by:
getInvocationsin interfaceResourceHandler- Overrides:
getInvocationsin classProtobufResource
-