Class BlacklistServiceFilterFactory

java.lang.Object
org.apache.camel.impl.cloud.BlacklistServiceFilterFactory
All Implemented Interfaces:
org.apache.camel.cloud.ServiceFactory<org.apache.camel.cloud.ServiceFilter>, org.apache.camel.cloud.ServiceFilterFactory

@CloudServiceFactory("blacklist-service-filter") @Configurer public class BlacklistServiceFilterFactory extends Object implements org.apache.camel.cloud.ServiceFilterFactory
  • Constructor Details

    • BlacklistServiceFilterFactory

      public BlacklistServiceFilterFactory()
  • Method Details

    • getServers

      public List<String> getServers()
    • setServers

      public void setServers(List<String> servers)
    • newInstance

      public org.apache.camel.cloud.ServiceFilter newInstance(org.apache.camel.CamelContext camelContext) throws Exception
      Specified by:
      newInstance in interface org.apache.camel.cloud.ServiceFactory<org.apache.camel.cloud.ServiceFilter>
      Throws:
      Exception