Package | Description |
---|---|
org.axonframework.commandhandling |
Classes that implement the concept of command handling using explicit command objects.
|
org.axonframework.modelling.command |
Modifier and Type | Class and Description |
---|---|
class |
AnnotationCommandHandlerAdapter<T>
Adapter that turns any
@CommandHandler annotated bean into a MessageHandler
implementation. |
Modifier and Type | Class and Description |
---|---|
class |
AggregateAnnotationCommandHandler<T>
Command handler that registers a set of
CommandHandler based on annotations of an aggregate. |
Copyright © 2010–2023. All rights reserved.