| Package | Description |
|---|---|
| org.apache.camel.cloud |
Camel cloud
|
| org.apache.camel.impl.cloud | |
| org.apache.camel.model.cloud |
The JAXB POJOs for the remote service call DSL
|
| Modifier and Type | Method and Description |
|---|---|
ServiceFilter |
ServiceFilterAware.getServiceFilter()
Get the
ServiceFilter |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceFilterAware.setServiceFilter(ServiceFilter serviceFilter)
Injects the
ServiceFilter |
| Modifier and Type | Class and Description |
|---|---|
class |
BlacklistServiceFilter |
class |
ChainedServiceFilter |
class |
DefaultServiceFilter |
class |
HealthyServiceFilter |
class |
PassThroughServiceFilter |
| Modifier and Type | Method and Description |
|---|---|
ServiceFilter |
DefaultServiceLoadBalancer.getServiceFilter() |
ServiceFilter |
PassThroughServiceFilterFactory.newInstance(CamelContext camelContext) |
ServiceFilter |
HealthyServiceFilterFactory.newInstance(CamelContext camelContext) |
ServiceFilter |
ChainedServiceFilterFactory.newInstance(CamelContext camelContext) |
ServiceFilter |
BlacklistServiceFilterFactory.newInstance(CamelContext camelContext) |
| Modifier and Type | Method and Description |
|---|---|
List<ServiceFilter> |
ChainedServiceFilter.getDelegates() |
List<ServiceFilter> |
ChainedServiceFilterFactory.getServiceFilterList() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultServiceLoadBalancer.setServiceFilter(ServiceFilter serviceFilter) |
static ChainedServiceFilter |
ChainedServiceFilter.wrap(ServiceFilter... delegates) |
| Modifier and Type | Method and Description |
|---|---|
void |
ChainedServiceFilterFactory.setServiceFilterList(List<ServiceFilter> serviceFilterList) |
| Constructor and Description |
|---|
ChainedServiceFilter(List<ServiceFilter> delegates) |
| Modifier and Type | Method and Description |
|---|---|
ServiceFilter |
ServiceCallDefinition.getServiceFilter() |
ServiceFilter |
ServiceCallConfigurationDefinition.getServiceFilter() |
ServiceFilter |
CustomServiceCallServiceFilterConfiguration.getServiceFilter() |
ServiceFilter |
ServiceCallServiceFilterConfiguration.newInstance(CamelContext camelContext) |
ServiceFilter |
CustomServiceCallServiceFilterConfiguration.newInstance(CamelContext camelContext) |
| Modifier and Type | Method and Description |
|---|---|
ChainedServiceCallServiceFilterConfiguration |
ChainedServiceCallServiceFilterConfiguration.custom(ServiceFilter serviceFilter) |
ServiceCallDefinition |
ServiceCallDefinition.customFilter(ServiceFilter serviceFilter) |
ServiceCallConfigurationDefinition |
ServiceCallConfigurationDefinition.customFilter(ServiceFilter serviceFilter) |
ServiceCallDefinition |
ServiceCallDefinition.serviceFilter(ServiceFilter serviceFilter)
Sets a custom
ServiceFilter to use. |
ServiceCallConfigurationDefinition |
ServiceCallConfigurationDefinition.serviceFilter(ServiceFilter serviceFilter)
Sets a custom
ServiceFilter to use. |
CustomServiceCallServiceFilterConfiguration |
CustomServiceCallServiceFilterConfiguration.serviceFilter(ServiceFilter serviceFilter)
Set the ServiceFilter
|
void |
ServiceCallDefinition.setServiceFilter(ServiceFilter serviceFilter)
Sets a custom
ServiceFilter to use. |
void |
ServiceCallConfigurationDefinition.setServiceFilter(ServiceFilter serviceFilter)
Sets a custom
ServiceFilter to use. |
void |
CustomServiceCallServiceFilterConfiguration.setServiceFilter(ServiceFilter serviceFilter)
Set the ServiceFilter
|
Apache Camel