Package | Description |
---|---|
org.axonframework.commandhandling.annotation |
Classes that provide annotation support for command handling.
|
org.axonframework.common.annotation |
Contains the main classes for annotation support in Axon Framework.
|
Modifier and Type | Class and Description |
---|---|
class |
ConstructorCommandMessageHandler<T extends AggregateRoot>
Command Handler that creates a new aggregate instance by invoking that aggregate's constructor.
|
Modifier and Type | Method and Description |
---|---|
List<AbstractMessageHandler> |
AggregateCommandHandlerInspector.getHandlers()
Returns the list of handlers found on target type.
|
Modifier and Type | Method and Description |
---|---|
static String |
CommandMessageHandlerUtils.resolveAcceptedCommandName(AbstractMessageHandler handler)
Returns the name of the Command accepted by the given
handler . |
Modifier and Type | Class and Description |
---|---|
class |
MethodMessageHandler
Represents a method recognized as a handler by the handler inspector (see
MethodMessageHandlerInspector ). |
Modifier and Type | Method and Description |
---|---|
int |
AbstractMessageHandler.compareTo(AbstractMessageHandler o) |
Constructor and Description |
---|
AbstractMessageHandler(AbstractMessageHandler delegate)
Constructor used for implementations that delegate activity to another handler.
|
Copyright © 2010-2014. All Rights Reserved.