Class CacheContainerRegistryProvider<K,V>
java.lang.Object
org.wildfly.clustering.server.AutoCloseableProvider
org.wildfly.clustering.server.infinispan.registry.CacheContainerRegistryProvider<K,V>
- Type Parameters:
K- the registry key typeV- the registry value type
- All Implemented Interfaces:
AutoCloseable,Consumer<Runnable>,Function<Map.Entry<K,V>, org.wildfly.clustering.server.registry.Registry<org.wildfly.clustering.server.infinispan.CacheContainerGroupMember, K, V>>
public class CacheContainerRegistryProvider<K,V>
extends org.wildfly.clustering.server.AutoCloseableProvider
implements Function<Map.Entry<K,V>,org.wildfly.clustering.server.registry.Registry<org.wildfly.clustering.server.infinispan.CacheContainerGroupMember,K,V>>
Provides a
Registry to an integration test.- Author:
- Paul Ferraro