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