Package | Description |
---|---|
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 | Class and Description |
---|---|
class |
AnnotationEventHandlerAdapter
Adapter that turns any bean with
EventHandler annotated methods into an EventMessageHandler . |
Modifier and Type | Method and Description |
---|---|
void |
PropagatingErrorHandler.onError(Exception exception,
EventMessage<?> event,
EventMessageHandler eventHandler) |
void |
LoggingErrorHandler.onError(Exception exception,
EventMessage<?> event,
EventMessageHandler eventHandler) |
void |
ListenerInvocationErrorHandler.onError(Exception exception,
EventMessage<?> event,
EventMessageHandler eventHandler)
Invoked after given
eventListener failed to handle given event . |
Modifier and Type | Interface and Description |
---|---|
interface |
Saga<T>
Interface describing an implementation of a Saga.
|
Modifier and Type | Class and Description |
---|---|
class |
AnnotatedSaga<T>
Implementation of the
interface that allows for a POJO instance with annotated message handlers to act
as a Saga. |
Modifier and Type | Class and Description |
---|---|
class |
EventValidator
Helper class for validating events published on a given EventBus.
|
Copyright © 2010–2020. All rights reserved.