Package | Description |
---|---|
org.axonframework.eventhandling |
Classes related to event handling and dispatching, such as
Event Listeners and the Event Bus . |
org.axonframework.lifecycle | |
org.axonframework.messaging.annotation | |
org.axonframework.messaging.interceptors | |
org.axonframework.modelling.command | |
org.axonframework.modelling.saga |
Modifier and Type | Class and Description |
---|---|
interface |
AllowReplay
Annotation marking a Handler (or class) as being capable of handling replays, or not, depending on the value passed.
|
Modifier and Type | Class and Description |
---|---|
interface |
ShutdownHandler
Annotation indicating that a member method should be a part of the shutdown cycle of an Axon application.
|
interface |
StartHandler
Annotation indicating that a member method should be a part of the start cycle of an Axon application.
|
Modifier and Type | Class and Description |
---|---|
interface |
MessageHandler
Annotation indicating that a member method should be able to respond to
Message s. |
Modifier and Type | Class and Description |
---|---|
interface |
ResultHandler
Meta-Annotation used to demarcate
MessageHandlerInterceptor annotated methods as interceptors that should
only act on the result of a handler invocation. |
Modifier and Type | Class and Description |
---|---|
interface |
CreationPolicy
Annotation used to specify the creation policy for a command handler.
|
Modifier and Type | Class and Description |
---|---|
interface |
EndSaga
Indicates that the annotated
SagaEventHandler method indicates the end of a Saga instance's lifecycle. |
Copyright © 2010–2022. All rights reserved.