Subclasses of AbstractStaticFailoverStrategy in org.apache.cxf.clustering |
class |
RandomStrategy
Failover strategy based on a randomized walk through the
static cluster represented by multiple endpoints associated
with the same service instance. |
class |
RetryStrategy
This strategy simply retries the invocation using the same Endpoint (CXF-2036). |
class |
SequentialStrategy
Failover strategy based on a sequential walk through the
static cluster represented by multiple endpoints associated
with the same service instance. |