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, Registry<K, V>> CapabilityServiceConfigurator,Dependency,ServiceConfigurator,ServiceNameProvider
- Direct Known Subclasses:
CacheRegistryFactoryServiceConfigurator,LocalRegistryFactoryServiceConfigurator
public abstract class FunctionalRegistryFactoryServiceConfigurator<K,V>
extends SimpleServiceNameProvider
implements CapabilityServiceConfigurator, BiFunction<Map.Entry<K,V>,Runnable,Registry<K,V>>, Dependency
- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionFunctionalRegistryFactoryServiceConfigurator(org.jboss.msc.service.ServiceName name) -
Method Summary
Modifier and TypeMethodDescriptionfinal org.jboss.msc.service.ServiceBuilder<?>build(org.jboss.msc.service.ServiceTarget target) Methods inherited from class org.wildfly.clustering.service.SimpleServiceNameProvider
equals, getServiceName, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.function.BiFunction
andThen, applyMethods inherited from interface org.jboss.as.clustering.controller.CapabilityServiceConfigurator
configure, configureMethods inherited from interface org.wildfly.clustering.service.Dependency
registerMethods inherited from interface org.wildfly.clustering.service.ServiceNameProvider
getServiceName
-
Constructor Details
-
FunctionalRegistryFactoryServiceConfigurator
public FunctionalRegistryFactoryServiceConfigurator(org.jboss.msc.service.ServiceName name)
-
-
Method Details
-
build
public final org.jboss.msc.service.ServiceBuilder<?> build(org.jboss.msc.service.ServiceTarget target) - Specified by:
buildin interfaceServiceConfigurator
-