Interface ServiceProviderRegistration.Listener

  • Enclosing interface:
    ServiceProviderRegistration<T>

    public static interface ServiceProviderRegistration.Listener
    Listener for service provider changes.
    • Method Detail

      • providersChanged

        void providersChanged​(Set<Node> nodes)
        Indicates that the set of nodes providing a given service has changed.
        Parameters:
        nodes - the new set of nodes providing the given service