public static class CircuitBreakerFailoverFeature.Portable extends FailoverFeature.Portable
Constructor and Description |
---|
Portable() |
Portable(int threshold,
long timeout) |
Portable(int threshold,
long timeout,
String clientBootstrapAddress) |
Portable(String clientBootstrapAddress) |
Modifier and Type | Method and Description |
---|---|
FailoverTargetSelector |
getTargetSelector() |
int |
getThreshold() |
long |
getTimeout() |
void |
setTargetSelector(FailoverTargetSelector targetSelector) |
void |
setThreshold(int threshold) |
void |
setTimeout(long timeout) |
doInitializeProvider, getClientBootstrapAddress, getStrategy, initialize, initTargetSelector, setClientBootstrapAddress, setStrategy
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getActive, initialize, initialize, initialize
public Portable()
public Portable(String clientBootstrapAddress)
public Portable(int threshold, long timeout)
public Portable(int threshold, long timeout, String clientBootstrapAddress)
public FailoverTargetSelector getTargetSelector()
getTargetSelector
in class FailoverFeature.Portable
public void setTargetSelector(FailoverTargetSelector targetSelector)
setTargetSelector
in class FailoverFeature.Portable
public int getThreshold()
public long getTimeout()
public void setThreshold(int threshold)
public void setTimeout(long timeout)
Apache CXF