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