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 |
CachingServiceCallServiceListStrategy<T extends ServiceCallServer> |
class |
DefaultServiceCallServerListStrategy<T extends ServiceCallServer> |
Modifier and Type | Method and Description |
---|---|
protected ServiceCallServerListStrategy |
DefaultServiceCallProcessorFactory.configureServerListStrategy(C conf,
RouteContext routeContext,
ServiceCallConfigurationDefinition config) |
protected ServiceCallServerListStrategy |
DefaultServiceCallProcessorFactory.configureServerListStrategy(C conf,
RouteContext routeContext,
ServiceCallDefinition sd) |
protected ServiceCallServerListStrategy<S> |
DefaultServiceCallProcessorFactory.createDefaultServerListStrategy(C conf) |
ServiceCallServerListStrategy<S> |
DefaultServiceCallProcessor.getServerListStrategy() |
Modifier and Type | Method and Description |
---|---|
protected Optional<ServiceCallServerListStrategy> |
DefaultServiceCallProcessorFactory.builtInServerListStrategy(C conf,
String name) |
Modifier and Type | Method and Description |
---|---|
DefaultServiceCallProcessor |
DefaultServiceCallProcessor.serverListStrategy(ServiceCallServerListStrategy<S> serverListStrategy) |
void |
DefaultServiceCallProcessor.setServerListStrategy(ServiceCallServerListStrategy<S> serverListStrategy) |
static <S extends ServiceCallServer> |
CachingServiceCallServiceListStrategy.wrap(ServiceCallServerListStrategy<S> delegate) |
static <S extends ServiceCallServer> |
CachingServiceCallServiceListStrategy.wrap(ServiceCallServerListStrategy<S> delegate,
long timeout) |
static <S extends ServiceCallServer> |
CachingServiceCallServiceListStrategy.wrap(ServiceCallServerListStrategy<S> delegate,
long timeout,
TimeUnit unit) |
Constructor and Description |
---|
CachingServiceCallServiceListStrategy(ServiceCallServerListStrategy<T> delegate) |
Modifier and Type | Method and Description |
---|---|
ServiceCallServerListStrategy |
ServiceCallConfigurationDefinition.getServerListStrategy() |
ServiceCallServerListStrategy |
ServiceCallDefinition.getServerListStrategy() |
Modifier and Type | Method and Description |
---|---|
ServiceCallConfigurationDefinition |
ServiceCallConfigurationDefinition.serverListStrategy(ServiceCallServerListStrategy serverListStrategy)
Sets a custom
ServiceCallServerListStrategy to use. |
ServiceCallDefinition |
ServiceCallDefinition.serverListStrategy(ServiceCallServerListStrategy serverListStrategy)
Sets a custom
ServiceCallServerListStrategy to use. |
void |
ServiceCallConfigurationDefinition.setServerListStrategy(ServiceCallServerListStrategy serverListStrategy) |
void |
ServiceCallDefinition.setServerListStrategy(ServiceCallServerListStrategy serverListStrategy) |
Apache Camel