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, setStrategyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetActive, initialize, initialize, initializepublic 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.Portablepublic void setTargetSelector(FailoverTargetSelector targetSelector)
setTargetSelector in class FailoverFeature.Portablepublic int getThreshold()
public long getTimeout()
public void setThreshold(int threshold)
public void setTimeout(long timeout)
Apache CXF