Interface LocalServiceProviderRegistrar<T>

Type Parameters:
T - the service provider type
All Superinterfaces:
org.wildfly.clustering.server.Registrar<T>, org.wildfly.clustering.server.provider.ServiceProviderRegistrar<T,LocalGroupMember>

public interface LocalServiceProviderRegistrar<T> extends org.wildfly.clustering.server.provider.ServiceProviderRegistrar<T,LocalGroupMember>
Factory that provides a non-clustered ServiceProviderRegistration implementation.
Author:
Paul Ferraro