Package org.wildfly.clustering.provider
Interface ServiceProviderRegistration<T>
- Type Parameters:
T- a service type
- All Superinterfaces:
AutoCloseable,Registration
Registration of a provided service.
- Author:
- Paul Ferraro
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceListener for service provider changes. -
Method Summary
Modifier and TypeMethodDescriptionReturns the set of nodes that can provide this service.The provided service.Methods inherited from interface org.wildfly.clustering.Registration
close
-
Method Details
-
getService
T getService()The provided service.- Returns:
- a service identifier
-
getProviders
Returns the set of nodes that can provide this service.- Returns:
- a set of nodes
-