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 type
V - 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
  • Constructor Details

  • Method Details

    • apply

      public org.wildfly.clustering.server.registry.Registry<org.wildfly.clustering.server.infinispan.CacheContainerGroupMember,K,V> apply(Map.Entry<K,V> entry)
      Specified by:
      apply in interface Function<K,V>