public class CircuitBreakerFailoverFeature extends FailoverFeature
enabled| Constructor and Description |
|---|
CircuitBreakerFailoverFeature() |
CircuitBreakerFailoverFeature(int threshold,
long timeout) |
CircuitBreakerFailoverFeature(int threshold,
long timeout,
String clientBootstrapAddress) |
CircuitBreakerFailoverFeature(String clientBootstrapAddress) |
| Modifier and Type | Method and Description |
|---|---|
FailoverTargetSelector |
getTargetSelector() |
int |
getThreshold() |
long |
getTimeout() |
void |
setThreshold(int threshold) |
void |
setTimeout(long timeout) |
getClientBootstrapAddress, getStrategy, initialize, initializeProvider, initTargetSelector, setClientBootstrapAddress, setStrategy, setTargetSelectorgetActive, getID, initialize, initialize, initializeisEnabledpublic CircuitBreakerFailoverFeature()
public CircuitBreakerFailoverFeature(String clientBootstrapAddress)
public CircuitBreakerFailoverFeature(int threshold,
long timeout)
public CircuitBreakerFailoverFeature(int threshold,
long timeout,
String clientBootstrapAddress)
public FailoverTargetSelector getTargetSelector()
getTargetSelector in class FailoverFeaturepublic int getThreshold()
public long getTimeout()
public void setThreshold(int threshold)
public void setTimeout(long timeout)
Apache CXF