Interface RouteLocatorProvider


public interface RouteLocatorProvider
Factory for creating a service configurator for a route locator.
Author:
Paul Ferraro
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.wildfly.service.descriptor.UnaryServiceDescriptor<RouteLocatorProvider>
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.wildfly.subsystem.service.ServiceInstaller.UnaryBuilder<UnaryOperator<String>,UnaryOperator<String>>
    builder(Supplier<UnaryOperator<String>> factory, org.wildfly.clustering.server.deployment.DeploymentConfiguration deployment)
     
    org.wildfly.subsystem.service.DeploymentServiceInstaller
    getServiceInstaller(org.jboss.as.server.deployment.DeploymentPhaseContext context, BinaryServiceConfiguration configuration, org.wildfly.clustering.server.deployment.DeploymentConfiguration deployment)
     
  • Field Details

    • SERVICE_DESCRIPTOR

      static final org.wildfly.service.descriptor.UnaryServiceDescriptor<RouteLocatorProvider> SERVICE_DESCRIPTOR
  • Method Details

    • getServiceInstaller

      org.wildfly.subsystem.service.DeploymentServiceInstaller getServiceInstaller(org.jboss.as.server.deployment.DeploymentPhaseContext context, BinaryServiceConfiguration configuration, org.wildfly.clustering.server.deployment.DeploymentConfiguration deployment)
    • builder

      static org.wildfly.subsystem.service.ServiceInstaller.UnaryBuilder<UnaryOperator<String>,UnaryOperator<String>> builder(Supplier<UnaryOperator<String>> factory, org.wildfly.clustering.server.deployment.DeploymentConfiguration deployment)