Class RoutingProviderServiceConfigurator
- java.lang.Object
-
- org.jboss.as.clustering.controller.CapabilityServiceNameProvider
-
- org.wildfly.extension.clustering.web.RoutingProviderServiceConfigurator
-
- All Implemented Interfaces:
Supplier<RoutingProvider>,ResourceServiceConfigurator,ServiceConfigurator,ServiceNameProvider
- Direct Known Subclasses:
InfinispanRoutingProviderServiceConfigurator,LocalRoutingProviderServiceConfigurator
public abstract class RoutingProviderServiceConfigurator extends CapabilityServiceNameProvider implements ResourceServiceConfigurator, Supplier<RoutingProvider>
Abstract service configurator for routing providers.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description RoutingProviderServiceConfigurator(org.jboss.as.controller.PathAddress address)RoutingProviderServiceConfigurator(org.jboss.as.controller.PathAddress address, org.jboss.msc.service.ServiceName alias)
-
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
-
RoutingProviderServiceConfigurator
public RoutingProviderServiceConfigurator(org.jboss.as.controller.PathAddress address)
-
RoutingProviderServiceConfigurator
public RoutingProviderServiceConfigurator(org.jboss.as.controller.PathAddress address, org.jboss.msc.service.ServiceName alias)
-
-
Method Detail
-
build
public org.jboss.msc.service.ServiceBuilder<?> build(org.jboss.msc.service.ServiceTarget target)
- Specified by:
buildin interfaceServiceConfigurator
-
-