Interface ServiceProvision<T, M extends GroupMember>
- Type Parameters:
T- the service typeM- the member type
- All Known Subinterfaces:
ServiceProviderRegistration<T,M>
- All Known Implementing Classes:
DefaultServiceProviderRegistration
public interface ServiceProvision<T, M extends GroupMember>
Encapsulates a provisioned service.
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptionReturns an unmodifiable set of group members currently providing this service.Returns the provided service.
-
Method Details
-
getService
-
getProviders
-