Package | Description |
---|---|
org.apache.camel.impl.remote | |
org.apache.camel.spi |
Service Provider Interfaces used internally by the Camel runtime which are plugin strategies.
|
Modifier and Type | Class and Description |
---|---|
class |
CachingServiceCallServiceListStrategy<T extends ServiceCallServer> |
class |
DefaultServiceCallProcessor<S extends ServiceCallServer> |
class |
DefaultServiceCallProcessorFactory<C,S extends ServiceCallServer> |
class |
DefaultServiceCallServerListStrategy<T extends ServiceCallServer> |
class |
RoundRobinServiceCallLoadBalancer<S extends ServiceCallServer> |
Modifier and Type | Class and Description |
---|---|
class |
DefaultServiceCallServer |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
ServiceCallServer |
RandomServiceCallLoadBalancer.chooseServer(List<ServiceCallServer> servers) |
Modifier and Type | Method and Description |
---|---|
ServiceCallServer |
RandomServiceCallLoadBalancer.chooseServer(List<ServiceCallServer> servers) |
Modifier and Type | Interface and Description |
---|---|
interface |
ServiceCallLoadBalancer<T extends ServiceCallServer>
Allows SPIs to implement custom load balancing strategies for the Service Call EIP.
|
interface |
ServiceCallServerListStrategy<T extends ServiceCallServer>
Allows SPIs to implement custom server list strategies for the Service Call EIP.
|
Apache Camel