Class BlacklistServiceCallServiceFilterConfiguration

All Implemented Interfaces:
org.apache.camel.cloud.ServiceFactory<org.apache.camel.cloud.ServiceFilter>, org.apache.camel.cloud.ServiceFilterFactory

@Metadata(label="routing,cloud,service-filter") @Configurer(extended=true) @Deprecated public class BlacklistServiceCallServiceFilterConfiguration extends ServiceCallServiceFilterConfiguration
Deprecated.
  • Constructor Details

    • BlacklistServiceCallServiceFilterConfiguration

      public BlacklistServiceCallServiceFilterConfiguration()
      Deprecated.
    • BlacklistServiceCallServiceFilterConfiguration

      public BlacklistServiceCallServiceFilterConfiguration(ServiceCallDefinition parent)
      Deprecated.
  • Method Details

    • getServers

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

      public void setServers(List<String> servers)
      Deprecated.
      Sets the server blacklist. 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 blacklist. 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 blacklist.
      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