Uses of Class
org.axonframework.commandhandling.GenericCommandMessage

Packages that use GenericCommandMessage
org.axonframework.commandhandling Classes that implement the concept of command handling using explicit command objects. 
 

Uses of GenericCommandMessage in org.axonframework.commandhandling
 

Methods in org.axonframework.commandhandling that return GenericCommandMessage
 GenericCommandMessage<T> GenericCommandMessage.andMetaData(Map<String,?> additionalMetaData)
           
 GenericCommandMessage<T> GenericCommandMessage.withMetaData(Map<String,?> newMetaData)
           
 

Constructors in org.axonframework.commandhandling with parameters of type GenericCommandMessage
GenericCommandMessage(GenericCommandMessage<T> original, Map<String,?> metaData)
          Copy constructor that allows creation of a new GenericCommandMessage with modified metaData.
 



Copyright © 2010-2016. All Rights Reserved.