Class FunctionalRegistryFactory<K,V>
java.lang.Object
org.wildfly.clustering.server.infinispan.registry.FunctionalRegistryFactory<K,V>
- All Implemented Interfaces:
Runnable,RegistryFactory<K,V>
public class FunctionalRegistryFactory<K,V>
extends Object
implements RegistryFactory<K,V>, Runnable
- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionFunctionalRegistryFactory(BiFunction<Map.Entry<K, V>, Runnable, Registry<K, V>> factory) -
Method Summary
-
Constructor Details
-
FunctionalRegistryFactory
-
-
Method Details
-
run
public void run() -
createRegistry
- Specified by:
createRegistryin interfaceRegistryFactory<K,V>
-