Package | Description |
---|---|
org.apache.camel.impl.remote | |
org.apache.camel.model |
The JAXB POJOs for the
XML Configuration
of the routing rules.
|
org.apache.camel.model.remote |
The JAXB POJOs for the remote service call DSL
|
Modifier and Type | Method and Description |
---|---|
protected ServiceCallLoadBalancer |
DefaultServiceCallProcessorFactory.configureLoadBalancer(C conf,
RouteContext routeContext,
ServiceCallDefinition sd) |
protected ServiceCallServerListStrategy |
DefaultServiceCallProcessorFactory.configureServerListStrategy(C conf,
RouteContext routeContext,
ServiceCallDefinition sd) |
protected Processor |
DefaultServiceCallProcessorFactory.createProcessor(RouteContext routeContext,
ServiceCallDefinition definition,
C cfg) |
Modifier and Type | Method and Description |
---|---|
ServiceCallDefinition |
ProcessorDefinition.serviceCall()
Calls the service
|
Modifier and Type | Method and Description |
---|---|
ServiceCallDefinition |
ServiceCallDefinition.loadBalancer(ServiceCallLoadBalancer loadBalancer)
Sets a custom
ServiceCallLoadBalancer to use. |
ServiceCallDefinition |
ServiceCallDefinition.loadBalancer(String loadBalancerRef)
Sets a reference to a custom
ServiceCallLoadBalancer to use. |
ServiceCallDefinition |
ServiceCallDefinition.name(String name)
Sets the name of the service to use
|
ServiceCallDefinition |
ServiceCallDefinition.pattern(ExchangePattern pattern)
Sets the optional
ExchangePattern used to invoke this endpoint |
ServiceCallDefinition |
ServiceCallDefinition.serverListStrategy(ServiceCallServerListStrategy serverListStrategy)
Sets a custom
ServiceCallServerListStrategy to use. |
ServiceCallDefinition |
ServiceCallDefinition.serverListStrategy(String serverListStrategyRef)
Sets a reference to a custom
ServiceCallServerListStrategy to use. |
ServiceCallDefinition |
ServiceCallDefinition.serviceCallConfiguration(ServiceCallConfigurationDefinition configuration)
Configures the ServiceCall using the given configuration
|
ServiceCallDefinition |
ServiceCallDefinition.serviceCallConfiguration(String ref)
Refers to a ServiceCall configuration to use
|
ServiceCallDefinition |
ServiceCallDefinition.uri(String uri)
Sets the uri of the service to use
|
Constructor and Description |
---|
ConsulConfigurationDefinition(ServiceCallDefinition parent) |
DnsConfigurationDefinition(ServiceCallDefinition parent) |
EtcdConfigurationDefinition(ServiceCallDefinition parent) |
KubernetesConfigurationDefinition(ServiceCallDefinition parent) |
RibbonConfigurationDefinition(ServiceCallDefinition parent) |
ServiceCallConfigurationDefinition(ServiceCallDefinition parent) |
Apache Camel