All Classes and Interfaces
Class
Description
Failover strategy based on a static cluster represented by
multiple endpoints associated with the same service instance.
Basic abstract interface for circuit breaker implementation.
This feature may be applied to a Client so as to enable
failover from the initial target endpoint to any other
compatible endpoint for the target service.
Supports pluggable strategies for alternate endpoint selection on
failover.
Implements a target selection strategy based on failover to an
alternate target endpoint when a transport level failure is
encountered.
This feature may be applied to a Client so as to enable
load distribution amongst a set of target endpoints or addresses
Note that this feature changes the conduit on the fly and thus makes
the Client not thread safe.
The LoadDistributorTargetSelector attempts to do the same job as the
FailoverTargetSelector, but to choose an alternate target on every request
rather than just when a fault occurs.
Failover strategy based on a randomized walk through the
static cluster represented by multiple endpoints associated
with the same service instance.
This strategy simply retries the invocation using the same Endpoint (CXF-2036).
Failover strategy based on a sequential walk through the
static cluster represented by multiple endpoints associated
with the same service instance.