@Metadata(label="routing,cloud,service-discovery") public class ServiceCallServiceFilterConfiguration extends IdentifiedType implements ServiceFilterFactory
| Constructor and Description |
|---|
ServiceCallServiceFilterConfiguration() |
ServiceCallServiceFilterConfiguration(ServiceCallDefinition parent,
String factoryKey) |
| Modifier and Type | Method and Description |
|---|---|
ServiceCallDefinition |
end() |
ProcessorDefinition<?> |
endParent() |
List<PropertyDefinition> |
getProperties() |
protected Map<String,String> |
getPropertiesAsMap(CamelContext camelContext) |
ServiceFilter |
newInstance(CamelContext camelContext)
Creates an instance of a service.
|
protected void |
postProcessFactoryParameters(CamelContext camelContext,
Map<String,Object> parameters) |
ServiceCallServiceFilterConfiguration |
property(String key,
String value)
Adds a custom property to use.
|
void |
setProperties(List<PropertyDefinition> properties)
Set client properties to use.
|
getId, setIdpublic ServiceCallServiceFilterConfiguration()
public ServiceCallServiceFilterConfiguration(ServiceCallDefinition parent, String factoryKey)
public ServiceCallDefinition end()
public ProcessorDefinition<?> endParent()
public List<PropertyDefinition> getProperties()
public void setProperties(List<PropertyDefinition> properties)
public ServiceCallServiceFilterConfiguration property(String key, String value)
protected Map<String,String> getPropertiesAsMap(CamelContext camelContext) throws Exception
Exceptionpublic ServiceFilter newInstance(CamelContext camelContext) throws Exception
ServiceFactorynewInstance in interface ServiceFactory<ServiceFilter>Exceptionprotected void postProcessFactoryParameters(CamelContext camelContext, Map<String,Object> parameters) throws Exception
ExceptionApache Camel