Class DelegatingServiceRegistry

  • All Implemented Interfaces:
    ServiceRegistry

    public final class DelegatingServiceRegistry
    extends java.lang.Object
    implements ServiceRegistry
    An "insulated" view of a service registry which prevents access to other public methods on the delegate registry object.
    • Constructor Detail

      • DelegatingServiceRegistry

        public DelegatingServiceRegistry​(ServiceRegistry delegate)
        Construct a new instance.
        Parameters:
        delegate - the registry to delegate to