public static class StateProcessExceptionHandling.Builder extends ExceptionHandling.Builder<StateProcessExceptionHandling.Builder>
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
StateProcessExceptionHandling |
build()
Create the exception handling object.
|
StateProcessExceptionHandling.Builder |
getThis()
Return this.
|
StateProcessExceptionHandling.Builder |
setRetryable(boolean isRetryable)
Set if state method processing is retryable or not.
|
setLogLevel, setLogStackTracepublic StateProcessExceptionHandling.Builder getThis()
getThis in class ExceptionHandling.Builder<StateProcessExceptionHandling.Builder>public StateProcessExceptionHandling.Builder setRetryable(boolean isRetryable)
isRetryable - True if state method processing should be retried.public StateProcessExceptionHandling build()
build in class ExceptionHandling.Builder<StateProcessExceptionHandling.Builder>Copyright © 2014–2021 Nitor Creations. All rights reserved.