| Package | Description | 
|---|---|
| org.axonframework.commandhandling | Classes that implement the concept of command handling using explicit command objects. | 
| org.axonframework.messaging | Classes related to message processing in Axon Framework. | 
| org.axonframework.queryhandling | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | GenericCommandResultMessage<R>Generic implementation of  CommandResultMessage. | 
| Modifier and Type | Method and Description | 
|---|---|
| GenericResultMessage<R> | GenericResultMessage. andMetaData(Map<String,?> metaData) | 
| GenericResultMessage<R> | GenericResultMessage. withMetaData(Map<String,?> metaData) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | GenericQueryResponseMessage<R>QueryResponseMessage implementation that takes all properties as constructor parameters. | 
Copyright © 2010–2020. All rights reserved.