public class RandomStrategy extends AbstractStaticFailoverStrategy
Constructor and Description |
---|
RandomStrategy()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected <T> T |
getNextAlternate(List<T> alternates)
Get next alternate endpoint.
|
getAlternateAddresses, getAlternateEndpoints, getDelayBetweenRetries, getEndpoints, getLogLevel, selectAlternateAddress, selectAlternateEndpoint, setAlternateAddresses, setDelayBetweenRetries
protected <T> T getNextAlternate(List<T> alternates)
getNextAlternate
in class AbstractStaticFailoverStrategy
alternates
- non-empty List of alternate endpointsApache CXF