Package | Description |
---|---|
org.apache.camel.management.mbean |
Camel management JMX MBeans
|
org.apache.camel.model |
The JAXB POJOs for the
XML Configuration
of the routing rules.
|
org.apache.camel.model.loadbalancer |
The JAXB POJOs for the
Load Balancer EIP pattern for the
XML Configuration.
|
org.apache.camel.processor.loadbalancer |
Various load balancer processors
|
Class and Description |
---|
CircuitBreakerLoadBalancer
Deprecated.
|
FailOverLoadBalancer
This FailOverLoadBalancer will failover to use next processor when an exception occurred
This implementation mirrors the logic from the
Pipeline in the async variation
as the failover load balancer is a specialized pipeline. |
LoadBalancer
A strategy for load balancing across a number of
Processor instances |
RandomLoadBalancer
Implements the random load balancing policy
|
RoundRobinLoadBalancer
Implements the round robin load balancing policy
|
StickyLoadBalancer
Implements a sticky load balancer using an
Expression to calculate
a correlation key to perform the sticky load balancing; rather like jsessionid in the web
or JMSXGroupID in JMS. |
TopicLoadBalancer
A
LoadBalancer implementations which sends to all destinations
(rather like JMS Topics). |
WeightedLoadBalancer |
Class and Description |
---|
LoadBalancer
A strategy for load balancing across a number of
Processor instances |
Class and Description |
---|
LoadBalancer
A strategy for load balancing across a number of
Processor instances |
Class and Description |
---|
DistributionRatio |
ExceptionFailureStatistics
Statistics about exception failures for load balancers that reacts on exceptions
|
LoadBalancer
A strategy for load balancing across a number of
Processor instances |
LoadBalancerSupport
A default base class for a
LoadBalancer implementation. |
QueueLoadBalancer
A base class for
LoadBalancer implementations which choose a single
destination for each exchange (rather like JMS Queues) |
WeightedLoadBalancer |
Apache Camel