Class StaticServiceCallServiceDiscoveryConfiguration

All Implemented Interfaces:
org.apache.camel.cloud.ServiceDiscoveryFactory, org.apache.camel.cloud.ServiceFactory<org.apache.camel.cloud.ServiceDiscovery>

@Metadata(label="routing,cloud,service-discovery") @Configurer(extended=true) @Deprecated public class StaticServiceCallServiceDiscoveryConfiguration extends ServiceCallServiceDiscoveryConfiguration
Deprecated.
  • Constructor Details

    • StaticServiceCallServiceDiscoveryConfiguration

      public StaticServiceCallServiceDiscoveryConfiguration()
      Deprecated.
    • StaticServiceCallServiceDiscoveryConfiguration

      public StaticServiceCallServiceDiscoveryConfiguration(ServiceCallDefinition parent)
      Deprecated.
  • Method Details

    • getServers

      public List<String> getServers()
      Deprecated.
    • setServers

      public void setServers(List<String> servers)
      Deprecated.
      Sets the server list. Each entry can be a list of servers separated by comma in the format: [service@]host:port,[service@]host2:port,[service@]host3:port
      Parameters:
      servers - a list of servers.
    • servers

      Deprecated.
      Sets the server list. Each entry can be a list of servers separated by comma in the format: [service@]host:port,[service@]host2:port,[service@]host3:port
      Parameters:
      servers - a list of servers.
      Returns:
      this instance
    • servers

      Deprecated.
      Sets the server list.
      Parameters:
      servers - a list of servers separated by comma in the format: [service@]host:port,[service@]host2:port,[service@]host3:port
      Returns:
      this instance
    • postProcessFactoryParameters

      protected void postProcessFactoryParameters(org.apache.camel.CamelContext camelContext, Map<String,Object> parameters) throws Exception
      Deprecated.
      Overrides:
      postProcessFactoryParameters in class ServiceCallConfiguration
      Throws:
      Exception