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.
|
class |
GenericSubscriptionQueryUpdateMessage<U>
Generic
SubscriptionQueryUpdateMessage which holds incremental update of an subscription query. |
Copyright © 2010–2022. All rights reserved.