Package org.apache.camel.model.cloud
Class BlacklistServiceCallServiceFilterConfiguration
java.lang.Object
org.apache.camel.model.IdentifiedType
org.apache.camel.model.cloud.ServiceCallConfiguration
org.apache.camel.model.cloud.ServiceCallServiceFilterConfiguration
org.apache.camel.model.cloud.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.
-
Field Summary
Fields inherited from class org.apache.camel.model.cloud.ServiceCallConfiguration
properties -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.protected voidpostProcessFactoryParameters(org.apache.camel.CamelContext camelContext, Map<String, Object> parameters) Deprecated.Deprecated.Sets the server blacklist.Deprecated.Sets the server blacklist.voidsetServers(List<String> servers) Deprecated.Sets the server blacklist.Methods inherited from class org.apache.camel.model.cloud.ServiceCallServiceFilterConfiguration
end, endParent, newInstance, propertyMethods inherited from class org.apache.camel.model.cloud.ServiceCallConfiguration
getConfiguredOptions, getProperties, getPropertiesAsMap, setPropertiesMethods inherited from class org.apache.camel.model.IdentifiedType
getId, setId
-
Constructor Details
-
BlacklistServiceCallServiceFilterConfiguration
public BlacklistServiceCallServiceFilterConfiguration()Deprecated. -
BlacklistServiceCallServiceFilterConfiguration
Deprecated.
-
-
Method Details
-
getServers
Deprecated. -
setServers
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 ExceptionDeprecated.- Overrides:
postProcessFactoryParametersin classServiceCallConfiguration- Throws:
Exception
-