Class RoutingProviderServiceConfigurator
- java.lang.Object
-
- org.jboss.as.clustering.controller.CapabilityServiceNameProvider
-
- org.wildfly.extension.clustering.web.RoutingProviderServiceConfigurator
-
- All Implemented Interfaces:
Supplier<RoutingProvider>,org.jboss.as.clustering.controller.ResourceServiceConfigurator,org.wildfly.clustering.service.ServiceConfigurator,org.wildfly.clustering.service.ServiceNameProvider
- Direct Known Subclasses:
InfinispanRoutingProviderServiceConfigurator,LocalRoutingProviderServiceConfigurator
public abstract class RoutingProviderServiceConfigurator extends org.jboss.as.clustering.controller.CapabilityServiceNameProvider implements org.jboss.as.clustering.controller.ResourceServiceConfigurator, Supplier<RoutingProvider>
Abstract service configurator for routing providers.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description RoutingProviderServiceConfigurator(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
-
-