| 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()
Return the
ListenerInvocationErrorHandler as configured for this EventHandlerInvoker. |
| Modifier and Type | Method and Description |
|---|---|
B |
SimpleEventHandlerInvoker.Builder.listenerInvocationErrorHandler(ListenerInvocationErrorHandler listenerInvocationErrorHandler)
Sets the
ListenerInvocationErrorHandler dealing with exceptions thrown by the
configured event handlers. |
Copyright © 2010–2025. All rights reserved.