Interface ServiceProviderRegistration<T, M extends GroupMember>

Type Parameters:
T - the service type
M - the member type
All Superinterfaces:
AutoCloseable, Registration, ServiceProvision<T,M>
All Known Implementing Classes:
DefaultServiceProviderRegistration

public interface ServiceProviderRegistration<T, M extends GroupMember> extends ServiceProvision<T,M>, Registration
Encapsulates the registration of a provisioned service.
Author:
Paul Ferraro