Package | Description |
---|---|
org.apache.camel.impl.remote | |
org.apache.camel.model.remote |
The JAXB POJOs for the remote service call DSL
|
Modifier and Type | Class and Description |
---|---|
class |
RandomServiceCallLoadBalancer |
class |
RoundRobinServiceCallLoadBalancer<S extends ServiceCallServer> |
Modifier and Type | Method and Description |
---|---|
protected ServiceCallLoadBalancer |
DefaultServiceCallProcessorFactory.configureLoadBalancer(C conf,
RouteContext routeContext,
ServiceCallConfigurationDefinition config) |
protected ServiceCallLoadBalancer |
DefaultServiceCallProcessorFactory.configureLoadBalancer(C conf,
RouteContext routeContext,
ServiceCallDefinition sd) |
protected ServiceCallLoadBalancer<S> |
DefaultServiceCallProcessorFactory.createDefaultLoadBalancer(C conf) |
ServiceCallLoadBalancer<S> |
DefaultServiceCallProcessor.getLoadBalancer() |
Modifier and Type | Method and Description |
---|---|
protected Optional<ServiceCallLoadBalancer> |
DefaultServiceCallProcessorFactory.builtInLoadBalancer(C conf,
String name) |
Modifier and Type | Method and Description |
---|---|
DefaultServiceCallProcessor |
DefaultServiceCallProcessor.loadBalancer(ServiceCallLoadBalancer<S> loadBalancer) |
void |
DefaultServiceCallProcessor.setLoadBalancer(ServiceCallLoadBalancer<S> loadBalancer) |
Modifier and Type | Method and Description |
---|---|
ServiceCallLoadBalancer |
ServiceCallConfigurationDefinition.getLoadBalancer() |
ServiceCallLoadBalancer |
ServiceCallDefinition.getLoadBalancer() |
Modifier and Type | Method and Description |
---|---|
ServiceCallConfigurationDefinition |
ServiceCallConfigurationDefinition.loadBalancer(ServiceCallLoadBalancer loadBalancer)
Sets a custom
ServiceCallLoadBalancer to use. |
ServiceCallDefinition |
ServiceCallDefinition.loadBalancer(ServiceCallLoadBalancer loadBalancer)
Sets a custom
ServiceCallLoadBalancer to use. |
void |
ServiceCallConfigurationDefinition.setLoadBalancer(ServiceCallLoadBalancer loadBalancer) |
void |
ServiceCallDefinition.setLoadBalancer(ServiceCallLoadBalancer loadBalancer) |
Apache Camel