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 Detail

      • BlacklistServiceCallServiceFilterConfiguration

        public BlacklistServiceCallServiceFilterConfiguration()
        Deprecated.
      • BlacklistServiceCallServiceFilterConfiguration

        public BlacklistServiceCallServiceFilterConfiguration​(ServiceCallDefinition parent)
        Deprecated.
    • Method Detail

      • 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

        public BlacklistServiceCallServiceFilterConfiguration servers​(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.
        Returns:
        this instance
      • servers

        public BlacklistServiceCallServiceFilterConfiguration servers​(String 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