Package org.apache.camel.model.cloud
Class ServiceCallServiceFilterConfiguration
java.lang.Object
org.apache.camel.model.IdentifiedType
org.apache.camel.model.cloud.ServiceCallConfiguration
org.apache.camel.model.cloud.ServiceCallServiceFilterConfiguration
- All Implemented Interfaces:
org.apache.camel.cloud.ServiceFactory<org.apache.camel.cloud.ServiceFilter>,org.apache.camel.cloud.ServiceFilterFactory
- Direct Known Subclasses:
BlacklistServiceCallServiceFilterConfiguration,CombinedServiceCallServiceFilterConfiguration,CustomServiceCallServiceFilterConfiguration,HealthyServiceCallServiceFilterConfiguration,PassThroughServiceCallServiceFilterConfiguration
@Metadata(label="routing,cloud,service-discovery")
@Configurer(extended=true)
@Deprecated
public class ServiceCallServiceFilterConfiguration
extends ServiceCallConfiguration
implements org.apache.camel.cloud.ServiceFilterFactory
Deprecated.
-
Field Summary
Fields inherited from class org.apache.camel.model.cloud.ServiceCallConfiguration
properties -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.ServiceCallServiceFilterConfiguration(ServiceCallDefinition parent, String factoryKey) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionend()Deprecated.Deprecated.org.apache.camel.cloud.ServiceFilternewInstance(org.apache.camel.CamelContext camelContext) Deprecated.Deprecated.Adds a custom property to use.Methods inherited from class org.apache.camel.model.cloud.ServiceCallConfiguration
getConfiguredOptions, getProperties, getPropertiesAsMap, postProcessFactoryParameters, setPropertiesMethods inherited from class org.apache.camel.model.IdentifiedType
getId, setId
-
Constructor Details
-
ServiceCallServiceFilterConfiguration
public ServiceCallServiceFilterConfiguration()Deprecated. -
ServiceCallServiceFilterConfiguration
Deprecated.
-
-
Method Details
-
end
Deprecated. -
endParent
Deprecated. -
property
Deprecated.Adds a custom property to use. These properties are specific to what service call implementation are in use. For example if using a different one, then the client properties are defined according to the specific service in use.- Overrides:
propertyin classServiceCallConfiguration
-
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
-