Package | Description |
---|---|
org.axonframework.config | |
org.axonframework.eventhandling |
Classes related to event handling and dispatching, such as
Event Listeners and the Event Bus . |
org.axonframework.modelling.saga | |
org.axonframework.test.saga |
Modifier and Type | Method and Description |
---|---|
ListenerInvocationErrorHandler |
SagaConfiguration.listenerInvocationErrorHandler()
Retrieve the Saga's
ListenerInvocationErrorHandler . |
ListenerInvocationErrorHandler |
EventProcessingModule.listenerInvocationErrorHandler(String processingGroup) |
ListenerInvocationErrorHandler |
EventProcessingConfiguration.listenerInvocationErrorHandler(String processingGroup)
Returns the
ListenerInvocationErrorHandler tied to the given processingGroup . |
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 Exception s being thrown by the
EventListener s. |
Modifier and Type | Method and Description |
---|---|
AnnotatedSagaManager.Builder<T> |
AnnotatedSagaManager.Builder.listenerInvocationErrorHandler(ListenerInvocationErrorHandler listenerInvocationErrorHandler) |
AbstractSagaManager.Builder<T> |
AbstractSagaManager.Builder.listenerInvocationErrorHandler(ListenerInvocationErrorHandler listenerInvocationErrorHandler)
Sets the
ListenerInvocationErrorHandler invoked when an error occurs. |
Modifier and Type | Method and Description |
---|---|
FixtureConfiguration |
SagaTestFixture.registerListenerInvocationErrorHandler(ListenerInvocationErrorHandler listenerInvocationErrorHandler) |
FixtureConfiguration |
FixtureConfiguration.registerListenerInvocationErrorHandler(ListenerInvocationErrorHandler listenerInvocationErrorHandler)
Registers a
ListenerInvocationErrorHandler to be set for the Saga to deal with exceptions being thrown
from within Saga Event Handlers. |
Copyright © 2010–2020. All rights reserved.