public interface ProcessErrorHandlingSettings extends ErrorHandlingSettings
Modifier and Type | Method and Description |
---|---|
boolean |
continueOnRetryFailure()
Continue on retry failure.
|
int |
getThresholdCount()
Gets the threshold count.
|
int |
getThresholdWindow()
Gets the threshold window.
|
void |
setContinueOnRetryFailure(boolean continueOnRetryFailure)
Sets the continue on retry failure.
|
void |
setThresholdCount(int thresholdCount)
Sets the threshold count.
|
void |
setThresholdWindow(int thresholdWindow)
Sets the threshold window.
|
getAction, getMaxRetries, getTimeout, setAction, setMaxRetries, setTimeout
void setContinueOnRetryFailure(boolean continueOnRetryFailure)
continueOnRetryFailure
- the new continue on retry failureboolean continueOnRetryFailure()
void setThresholdCount(int thresholdCount)
thresholdCount
- the new threshold countint getThresholdCount()
void setThresholdWindow(int thresholdWindow)
thresholdWindow
- the new threshold windowint getThresholdWindow()
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.