| Package | Description |
|---|---|
| org.axonframework.eventhandling |
Classes related to event handling and dispatching, such as
Event Listeners and the Event Bus. |
| Modifier and Type | Class and Description |
|---|---|
class |
LoggingErrorHandler
Implementation of a
ListenerInvocationErrorHandler that logs exceptions as errors but otherwise does nothing to
prevent event handling from continuing. |
class |
PropagatingErrorHandler
Singleton ErrorHandler implementation that does not do anything.
|
| Modifier and Type | Method and Description |
|---|---|
ListenerInvocationErrorHandler |
SimpleEventHandlerInvoker.getListenerInvocationErrorHandler() |
| Modifier and Type | Method and Description |
|---|---|
SimpleEventHandlerInvoker.Builder |
SimpleEventHandlerInvoker.Builder.listenerInvocationErrorHandler(ListenerInvocationErrorHandler listenerInvocationErrorHandler)
Sets the
ListenerInvocationErrorHandler which deals with any Exceptions being thrown by the
EventListeners. |
Copyright © 2010–2022. All rights reserved.