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 handles commands based on
CommandHandler annotations on an aggregate. |
Copyright © 2010–2020. All rights reserved.