@Metadata(label="routing,cloud,service-discovery") public class ServiceCallServiceChooserConfiguration extends ServiceCallConfiguration implements org.apache.camel.cloud.ServiceChooserFactory
properties| Constructor and Description |
|---|
ServiceCallServiceChooserConfiguration() |
ServiceCallServiceChooserConfiguration(ServiceCallDefinition parent,
String factoryKey) |
| Modifier and Type | Method and Description |
|---|---|
ServiceCallDefinition |
end() |
ProcessorDefinition<?> |
endParent() |
org.apache.camel.cloud.ServiceChooser |
newInstance(org.apache.camel.CamelContext camelContext) |
ServiceCallServiceChooserConfiguration |
property(String key,
String value)
Adds a custom property to use.
|
getProperties, getPropertiesAsMap, postProcessFactoryParameters, setPropertiesgetId, setIdpublic ServiceCallServiceChooserConfiguration()
public ServiceCallServiceChooserConfiguration(ServiceCallDefinition parent, String factoryKey)
public ServiceCallDefinition end()
public ProcessorDefinition<?> endParent()
public ServiceCallServiceChooserConfiguration property(String key, String value)
ServiceCallConfigurationproperty in class ServiceCallConfigurationpublic org.apache.camel.cloud.ServiceChooser newInstance(org.apache.camel.CamelContext camelContext) throws Exception
newInstance in interface org.apache.camel.cloud.ServiceFactory<org.apache.camel.cloud.ServiceChooser>ExceptionApache Camel