Interface ServiceProviderRegistration<T,M extends GroupMember>

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

public interface ServiceProviderRegistration<T,M extends GroupMember> extends Registration
Registration of a provided service.
Author:
Paul Ferraro