Package | Description |
---|---|
org.axonframework.commandhandling.annotation |
Classes that provide annotation support for command handling.
|
Modifier and Type | Method and Description |
---|---|
static <T extends AggregateRoot> |
ConstructorCommandMessageHandler.forConstructor(Constructor<T> constructor,
ParameterResolverFactory parameterResolverFactory)
Creates a ConstructorCommandMessageHandler for the given
constructor . |
Modifier and Type | Method and Description |
---|---|
List<ConstructorCommandMessageHandler<T>> |
AggregateCommandHandlerInspector.getConstructorHandlers()
Returns a list of constructor handlers on the given aggregate type.
|
Copyright © 2010-2014. All Rights Reserved.