Class LocalRouteServiceConfigurator
java.lang.Object
org.wildfly.clustering.service.SimpleServiceNameProvider
org.wildfly.extension.clustering.web.routing.LocalRouteServiceConfigurator
- All Implemented Interfaces:
CapabilityServiceConfigurator,ServiceConfigurator,ServiceNameProvider
public class LocalRouteServiceConfigurator
extends SimpleServiceNameProvider
implements CapabilityServiceConfigurator
- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionLocalRouteServiceConfigurator(String serverName, SupplierDependency<String> route) -
Method Summary
Modifier and TypeMethodDescriptionorg.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 org.jboss.as.clustering.controller.CapabilityServiceConfigurator
configure, configureMethods inherited from interface org.wildfly.clustering.service.ServiceNameProvider
getServiceName
-
Constructor Details
-
LocalRouteServiceConfigurator
-
-
Method Details
-
build
public org.jboss.msc.service.ServiceBuilder<?> build(org.jboss.msc.service.ServiceTarget target) - Specified by:
buildin interfaceServiceConfigurator
-