Package | Description |
---|---|
org.axonframework.commandhandling.annotation |
Classes that provide annotation support for command handling.
|
org.axonframework.quickstart | |
org.axonframework.quickstart.annotated |
Class and Description |
---|
AggregateAnnotationCommandHandler
Command handler that handles commands based on
CommandHandler
annotations on an aggregate. |
AnnotationCommandHandlerAdapter
Adapter that turns any
@CommandHandler annotated bean into a CommandHandler implementation. |
ConstructorCommandMessageHandler
Command Handler that creates a new aggregate instance by invoking that aggregate's constructor.
|
Class and Description |
---|
CommandHandler
Marker annotation to mark any method on an object as being a CommandHandler.
|
Class and Description |
---|
CommandHandler
Marker annotation to mark any method on an object as being a CommandHandler.
|
Copyright © 2010-2014. All Rights Reserved.