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, setTargetSelector
getActive, getID, initialize, initialize, initialize
isEnabled
public 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 FailoverFeature
public int getThreshold()
public long getTimeout()
public void setThreshold(int threshold)
public void setTimeout(long timeout)
Apache CXF