Class LocalServiceProviderRegistry<T>

java.lang.Object
org.wildfly.clustering.server.infinispan.provider.LocalServiceProviderRegistry<T>
All Implemented Interfaces:
AutoCloseable, ServiceProviderRegistry<T>, Registrar<T>, AutoCloseableServiceProviderRegistry<T>

public class LocalServiceProviderRegistry<T> extends Object implements AutoCloseableServiceProviderRegistry<T>
Factory that provides a non-clustered ServiceProviderRegistrationFactory implementation.
Author:
Paul Ferraro