Package | Description |
---|---|
org.axonframework.eventhandling |
Classes related to event handling and dispatching, such as
Event Listeners and the Event Bus . |
org.axonframework.eventsourcing |
Classes related to event sourcing.
|
Modifier and Type | Class and Description |
---|---|
class |
GenericTrackedEventMessage<T>
Generic implementation of a
TrackedEventMessage . |
Modifier and Type | Method and Description |
---|---|
GenericEventMessage<T> |
GenericEventMessage.andMetaData(Map<String,?> metaData) |
GenericEventMessage<T> |
GenericEventMessage.withMetaData(Map<String,?> metaData) |
Modifier and Type | Class and Description |
---|---|
class |
GenericDomainEventMessage<T>
Generic implementation of a
DomainEventMessage . |
class |
GenericTrackedDomainEventMessage<T>
Generic implementation of a
DomainEventMessage that is also a TrackedEventMessage . |
Copyright © 2010–2017. All rights reserved.