Package org.wildfly.clustering.provider
Interface ServiceProviderRegistration.Listener
-
- Enclosing interface:
- ServiceProviderRegistration<T>
public static interface ServiceProviderRegistration.ListenerListener for service provider changes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprovidersChanged(Set<Node> nodes)Indicates that the set of nodes providing a given service has changed.
-