Class FunctionalRegistryFactoryServiceConfigurator<K,V>
- java.lang.Object
-
- org.wildfly.clustering.service.SimpleServiceNameProvider
-
- org.wildfly.extension.clustering.server.registry.FunctionalRegistryFactoryServiceConfigurator<K,V>
-
- All Implemented Interfaces:
BiFunction<Map.Entry<K,V>,Runnable,org.wildfly.clustering.registry.Registry<K,V>>,org.jboss.as.clustering.controller.CapabilityServiceConfigurator,org.wildfly.clustering.service.Dependency,org.wildfly.clustering.service.ServiceConfigurator,org.wildfly.clustering.service.ServiceNameProvider
- Direct Known Subclasses:
CacheRegistryFactoryServiceConfigurator,LocalRegistryFactoryServiceConfigurator
public abstract class FunctionalRegistryFactoryServiceConfigurator<K,V> extends org.wildfly.clustering.service.SimpleServiceNameProvider implements org.jboss.as.clustering.controller.CapabilityServiceConfigurator, BiFunction<Map.Entry<K,V>,Runnable,org.wildfly.clustering.registry.Registry<K,V>>, org.wildfly.clustering.service.Dependency
- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description FunctionalRegistryFactoryServiceConfigurator(org.jboss.msc.service.ServiceName name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.msc.service.ServiceBuilder<?>build(org.jboss.msc.service.ServiceTarget target)-
Methods inherited from class org.wildfly.clustering.service.SimpleServiceNameProvider
equals, getServiceName, hashCode, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.function.BiFunction
andThen, apply
-
-