public interface ErrorHandlingSettings
Modifier and Type | Method and Description |
---|---|
Action |
getAction()
Gets the action.
|
int |
getMaxRetries()
Gets the max retries.
|
int |
getTimeout()
Gets the timeout.
|
void |
setAction(Action action)
Sets the action.
|
void |
setMaxRetries(int retryCount)
Sets the max retries.
|
void |
setTimeout(int timeout)
Sets the timeout.
|
void setMaxRetries(int retryCount)
retryCount
- the new max retriesint getMaxRetries()
void setTimeout(int timeout)
timeout
- the new timeoutint getTimeout()
void setAction(Action action)
action
- the new actionAction getAction()
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.