| Package | Description |
|---|---|
| org.axonframework.saga.annotation |
| Modifier and Type | Class and Description |
|---|---|
class |
ProceedingErrorHandler
ErrorHandler implementation that logs the error and proceeds with the next event.
|
class |
RetryingErrorHandler
ErrorHandler implementation that retries Events on non-transient exceptions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AsyncAnnotatedSagaManager.setErrorHandler(ErrorHandler errorHandler)
Sets the ErrorHandler instance, which defines the behavior in case an error occurs while loading or invoking
Sagas for an incoming Event.
|
Copyright © 2010-2015. All Rights Reserved.