Class AffinityServiceConfigurator<C>
- java.lang.Object
-
- org.jboss.as.clustering.controller.CapabilityServiceNameProvider
-
- org.wildfly.extension.clustering.web.AffinityServiceConfigurator<C>
-
- All Implemented Interfaces:
Supplier<RouteLocatorServiceConfiguratorFactory<C>>,ResourceServiceConfigurator,ServiceConfigurator,ServiceNameProvider
- Direct Known Subclasses:
LocalAffinityServiceConfigurator,NoAffinityServiceConfigurator,PrimaryOwnerAffinityServiceConfigurator,RankedAffinityServiceConfigurator
public abstract class AffinityServiceConfigurator<C> extends CapabilityServiceNameProvider implements ResourceServiceConfigurator, Supplier<RouteLocatorServiceConfiguratorFactory<C>>
- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description AffinityServiceConfigurator(Capability capability, org.jboss.as.controller.PathAddress address)
-
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.jboss.as.clustering.controller.CapabilityServiceNameProvider
getServiceName
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jboss.as.clustering.controller.ResourceServiceConfigurator
configure
-
Methods inherited from interface org.wildfly.clustering.service.ServiceNameProvider
getServiceName
-
-
-
-
Constructor Detail
-
AffinityServiceConfigurator
public AffinityServiceConfigurator(Capability capability, org.jboss.as.controller.PathAddress address)
-
-
Method Detail
-
build
public org.jboss.msc.service.ServiceBuilder<?> build(org.jboss.msc.service.ServiceTarget target)
- Specified by:
buildin interfaceServiceConfigurator
-
-