Class CacheServiceProviderRegistrar<T>

java.lang.Object
org.wildfly.clustering.server.infinispan.provider.CacheServiceProviderRegistrar<T>
Type Parameters:
T - the service identifier type
All Implemented Interfaces:
AutoCloseable, CacheContainerServiceProviderRegistrar<T>, ServiceProviderRegistrar<T,CacheContainerGroupMember>, Registrar<T>

public class CacheServiceProviderRegistrar<T> extends Object implements CacheContainerServiceProviderRegistrar<T>, AutoCloseable
Infinispan Cache based ServiceProviderRegistrar. This factory can create multiple ServiceProviderRegistration instances, all of which share the same Cache instance.
Author:
Paul Ferraro