Package org.apache.camel.impl.cloud
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
@Deprecated(since="4.7")
@CloudServiceFactory("blacklist-service-filter")
@Configurer
public class BlacklistServiceFilterFactory
extends Object
implements org.apache.camel.cloud.ServiceFilterFactory
Deprecated.
since 4.7
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.org.apache.camel.cloud.ServiceFilternewInstance(org.apache.camel.CamelContext camelContext) Deprecated.voidsetServers(List<String> servers) Deprecated.
-
Constructor Details
-
BlacklistServiceFilterFactory
public BlacklistServiceFilterFactory()Deprecated.
-
-
Method Details
-
getServers
Deprecated. -
setServers
Deprecated. -
newInstance
public org.apache.camel.cloud.ServiceFilter newInstance(org.apache.camel.CamelContext camelContext) throws Exception Deprecated.- Specified by:
newInstancein interfaceorg.apache.camel.cloud.ServiceFactory<org.apache.camel.cloud.ServiceFilter>- Throws:
Exception
-