| Interface | Description |
|---|---|
| FailoverStrategy |
Supports pluggable strategies for alternate endpoint selection on
failover.
|
| Class | Description |
|---|---|
| AbstractStaticFailoverStrategy |
Failover strategy based on a static cluster represented by
multiple endpoints associated with the same service instance.
|
| CircuitBreakerTargetSelector | |
| FailoverFeature |
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.
|
| FailoverFeature.Portable | |
| FailoverTargetSelector |
Implements a target selection strategy based on failover to an
alternate target endpoint when a transport level failure is
encountered.
|
| LoadDistributorFeature |
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.
|
| LoadDistributorFeature.Portable | |
| LoadDistributorTargetSelector |
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.
|
| RandomStrategy |
Failover strategy based on a randomized walk through the
static cluster represented by multiple endpoints associated
with the same service instance.
|
| RetryStrategy |
This strategy simply retries the invocation using the same Endpoint (CXF-2036).
|
| SequentialStrategy |
Failover strategy based on a sequential walk through the
static cluster represented by multiple endpoints associated
with the same service instance.
|
| Exception | Description |
|---|---|
| FailoverFailedException |
Apache CXF