| Package | Description |
|---|---|
| org.apache.camel.impl.cloud |
Base classes and implementation for Camel Cloud
|
| org.apache.camel.model.cloud |
The JAXB POJOs for the remote service call DSL
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultServiceLoadBalancer |
| Modifier and Type | Method and Description |
|---|---|
ServiceLoadBalancer |
DefaultServiceCallProcessor.getLoadBalancer() |
ServiceLoadBalancer |
DefaultServiceLoadBalancerFactory.newInstance(CamelContext camelContext) |
| Constructor and Description |
|---|
DefaultServiceCallProcessor(CamelContext camelContext,
String name,
String scheme,
String uri,
ExchangePattern exchangePattern,
ServiceLoadBalancer loadBalancer,
Expression expression) |
| Modifier and Type | Method and Description |
|---|---|
ServiceLoadBalancer |
ServiceCallDefinition.getLoadBalancer() |
ServiceLoadBalancer |
ServiceCallConfigurationDefinition.getLoadBalancer() |
ServiceLoadBalancer |
ServiceCallServiceLoadBalancerConfiguration.newInstance(CamelContext camelContext) |
| Modifier and Type | Method and Description |
|---|---|
ServiceCallDefinition |
ServiceCallDefinition.loadBalancer(ServiceLoadBalancer loadBalancer)
Sets a custom
ServiceLoadBalancer to use. |
ServiceCallConfigurationDefinition |
ServiceCallConfigurationDefinition.loadBalancer(ServiceLoadBalancer loadBalancer)
Sets a custom
ServiceLoadBalancer to use. |
void |
ServiceCallDefinition.setLoadBalancer(ServiceLoadBalancer loadBalancer)
Sets a custom
ServiceLoadBalancer to use. |
void |
ServiceCallConfigurationDefinition.setLoadBalancer(ServiceLoadBalancer loadBalancer)
Sets a custom
ServiceLoadBalancer to use. |
Apache Camel