Package | Description |
---|---|
org.axonframework.domain |
The domain components of the Axon Framework, mainly the Aggregates and Events.
|
Modifier and Type | Class and Description |
---|---|
class |
GenericDomainEventMessage<T>
Generic implementation of the DomainEventMessage interface.
|
class |
GenericEventMessage<T>
Generic implementation of the EventMessage interface.
|
Modifier and Type | Method and Description |
---|---|
GenericMessage<T> |
GenericMessage.andMetaData(Map<String,?> additionalMetaData) |
GenericMessage<T> |
GenericMessage.withMetaData(Map<String,?> newMetaData) |
Copyright © 2010-2014. All Rights Reserved.