Package | Description |
---|---|
org.apache.cxf.clustering | |
org.apache.cxf.clustering.circuitbreaker |
Class and Description |
---|
AbstractStaticFailoverStrategy
Failover strategy based on a static cluster represented by
multiple endpoints associated with the same service instance.
|
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.
|
FailoverStrategy
Supports pluggable strategies for alternate endpoint selection on
failover.
|
FailoverTargetSelector
Implements a target selection strategy based on failover to an
alternate target endpoint when a transport level failure is
encountered.
|
FailoverTargetSelector.InvocationContext
Records the context of an invocation.
|
FailoverTargetSelector.InvocationKey
Used to wrap an Exchange for usage as a Map key.
|
SequentialStrategy
Failover strategy based on a sequential walk through the
static cluster represented by multiple endpoints associated
with the same service instance.
|
Class and Description |
---|
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.
|
FailoverTargetSelector
Implements a target selection strategy based on failover to an
alternate target endpoint when a transport level failure is
encountered.
|
Apache CXF