Interface ServiceProviderRegistration.Listener

Enclosing interface:
ServiceProviderRegistration<T>

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

    Modifier and Type
    Method
    Description
    void
    Indicates that the set of nodes providing a given service has changed.
  • Method Details

    • 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