Class LocalRoutingProviderServiceConfigurator
- java.lang.Object
-
- org.jboss.as.clustering.controller.CapabilityServiceNameProvider
-
- org.wildfly.extension.clustering.web.RoutingProviderServiceConfigurator
-
- org.wildfly.extension.clustering.web.LocalRoutingProviderServiceConfigurator
-
- All Implemented Interfaces:
Supplier<RoutingProvider>,org.jboss.as.clustering.controller.ResourceServiceConfigurator,org.wildfly.clustering.service.ServiceConfigurator,org.wildfly.clustering.service.ServiceNameProvider
public class LocalRoutingProviderServiceConfigurator extends RoutingProviderServiceConfigurator
Service configurator for the local routing provider.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description LocalRoutingProviderServiceConfigurator(org.jboss.as.controller.PathAddress address)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RoutingProviderget()-
Methods inherited from class org.wildfly.extension.clustering.web.RoutingProviderServiceConfigurator
build
-
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
-
-
-
-
Method Detail
-
get
public RoutingProvider get()
-
-