Package org.wildfly.clustering.provider
Interface ServiceProviderRegistration<T>
-
- Type Parameters:
T- a service type
- All Superinterfaces:
AutoCloseable,Registration
public interface ServiceProviderRegistration<T> extends Registration
Registration of a provided service.- Author:
- Paul Ferraro
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceServiceProviderRegistration.ListenerListener for service provider changes.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<Node>getProviders()Returns the set of nodes that can provide this service.TgetService()The provided service.-
Methods inherited from interface org.wildfly.clustering.Registration
close
-
-