Package | Description |
---|---|
org.axonframework.commandhandling |
Classes that implement the concept of command handling using explicit command objects.
|
Modifier and Type | Method and Description |
---|---|
GenericCommandMessage<T> |
GenericCommandMessage.andMetaData(Map<String,?> additionalMetaData) |
GenericCommandMessage<T> |
GenericCommandMessage.withMetaData(Map<String,?> newMetaData) |
Constructor and Description |
---|
GenericCommandMessage(GenericCommandMessage<T> original,
Map<String,?> metaData)
Copy constructor that allows creation of a new GenericCommandMessage with modified metaData.
|
Copyright © 2010-2014. All Rights Reserved.