Class PassThroughRootResource

java.lang.Object
com.tangosol.coherence.rest.DefaultRootResource
com.tangosol.coherence.rest.PassThroughRootResource

@Path("/") public class PassThroughRootResource extends DefaultRootResource
An alternate ResourceConfig implementation that supports pass-through access to all the caches defined by the cache configuration.
Since:
12.2.1
Author:
as 2015.09.07
  • Constructor Details

    • PassThroughRootResource

      public PassThroughRootResource()
  • Method Details

    • getCacheResource

      @Path("{name}") public CacheResource getCacheResource(@PathParam("name") String sName)
      Returns a resource representing a single named cache.
      Overrides:
      getCacheResource in class DefaultRootResource
      Parameters:
      sName - resource name
      Returns:
      resource representing a single named cache