public interface AggregateProcessCasErrors extends ProcessCasErrors
Modifier and Type | Method and Description |
---|---|
boolean |
continueOnRetryFailure()
Continue on retry failure.
|
int |
getMaxRetries()
Gets the max retries.
|
int |
getTimeout()
Gets the timeout.
|
void |
setContinueOnRetryFailure()
Sets the continue on retry failure.
|
void |
setMaxRetris(int retries)
Sets the max retris.
|
void |
setTimeout(int timeout)
Sets the timeout.
|
getThresholdAction, getThresholdCount, getThresholdWindow, setThresholdAction, setThresholdCount, setThresholdWindow
getAction, setAction, setMaxRetries
int getMaxRetries()
getMaxRetries
in interface ErrorHandlingSettings
void setMaxRetris(int retries)
retries
- the new max retrisint getTimeout()
getTimeout
in interface ErrorHandlingSettings
void setTimeout(int timeout)
setTimeout
in interface ErrorHandlingSettings
timeout
- the new timeoutboolean continueOnRetryFailure()
void setContinueOnRetryFailure()
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.