Package | Description |
---|---|
org.axonframework.commandhandling |
Classes that implement the concept of command handling using explicit command objects.
|
org.axonframework.deadline.annotation | |
org.axonframework.eventhandling |
Classes related to event handling and dispatching, such as
Event Listeners and the Event Bus . |
org.axonframework.messaging.interceptors | |
org.axonframework.queryhandling |
Modifier and Type | Class and Description |
---|---|
interface |
CommandHandler
Marker annotation to mark any method on an object as being a CommandHandler.
|
Modifier and Type | Class and Description |
---|---|
interface |
DeadlineHandler
Annotation used to mark handlers which are capable of handling a
DeadlineMessage . |
Modifier and Type | Class and Description |
---|---|
interface |
EventHandler
Annotation to be placed on methods that can handle events.
|
interface |
ResetHandler
Annotation that can be placed on a method that is to be invoked when a reset is being prepared.
|
Modifier and Type | Class and Description |
---|---|
interface |
MessageHandlerInterceptor
Annotation marking an handler method as an interceptor handler.
|
Modifier and Type | Class and Description |
---|---|
interface |
QueryHandler
Marker annotation to mark any method on an object as being a QueryHandler.
|
Copyright © 2010–2023. All rights reserved.