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.modelling.command | |
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.
|
Modifier and Type | Class and Description |
---|---|
interface |
CommandHandlerInterceptor
Annotation used to mark methods on Aggregate members which can intercept commands.
|
Modifier and Type | Class and Description |
---|---|
interface |
QueryHandler
Marker annotation to mark any method on an object as being a QueryHandler.
|
Copyright © 2010–2019. All rights reserved.