| Package | Description |
|---|---|
| org.apache.camel.cloud |
Camel cloud
|
| 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 | Method and Description |
|---|---|
ServiceChooser |
ServiceChooserAware.getServiceChooser()
Get the
ServiceChooser |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceChooserAware.setServiceChooser(ServiceChooser serviceChooser)
Injects the
ServiceChooser |
| Modifier and Type | Class and Description |
|---|---|
class |
RandomServiceChooser |
class |
RoundRobinServiceChooser |
| Modifier and Type | Method and Description |
|---|---|
ServiceChooser |
DefaultServiceLoadBalancer.getServiceChooser() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultServiceLoadBalancer.setServiceChooser(ServiceChooser serverChooser) |
| Modifier and Type | Method and Description |
|---|---|
ServiceChooser |
ServiceCallDefinition.getServiceChooser() |
ServiceChooser |
ServiceCallConfigurationDefinition.getServiceChooser() |
ServiceChooser |
ServiceCallServiceChooserConfiguration.newInstance(CamelContext camelContext) |
| Modifier and Type | Method and Description |
|---|---|
ServiceCallDefinition |
ServiceCallDefinition.serviceChooser(ServiceChooser serviceChooser)
Sets a custom
ServiceChooser to use. |
ServiceCallConfigurationDefinition |
ServiceCallConfigurationDefinition.serviceChooser(ServiceChooser serviceChooser)
Sets a custom
ServiceChooser to use. |
void |
ServiceCallDefinition.setServiceChooser(ServiceChooser serviceChooser)
Sets a custom
ServiceChooser to use. |
void |
ServiceCallConfigurationDefinition.setServiceChooser(ServiceChooser serviceChooser)
Sets a custom
ServiceChooser to use. |
Apache Camel