Interface ServiceProviderRegistration<T,M extends GroupMember>

Type Parameters:
T - the service type
M - the member type
All Superinterfaces:
AutoCloseable, Registration

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