Class CounterResourceV3

java.lang.Object
org.infinispan.rest.resources.CounterResource
org.infinispan.rest.resources.CounterResourceV3
All Implemented Interfaces:
ResourceHandler

public class CounterResourceV3 extends CounterResource
REST resource to manage counters (v3 OpenAPI-compliant version).

Extends CounterResource 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