| Package | Description | 
|---|---|
| org.axonframework.commandhandling | 
 Classes that implement the concept of command handling using explicit command objects. 
 | 
| 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. 
 | 
| org.axonframework.queryhandling | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
GenericCommandMessage<T>
Implementation of the CommandMessage that takes all properties as constructor parameters. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
GenericEventMessage<T>
Generic implementation of the EventMessage interface. 
 | 
class  | 
GenericTrackedEventMessage<T>
Generic implementation of a  
TrackedEventMessage. | 
| 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. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
GenericQueryMessage<T,R>
Generic implementation of the QueryMessage. 
 | 
class  | 
GenericQueryResponseMessage<R>
QueryResponseMessage implementation that takes all properties as constructor parameters. 
 | 
Copyright © 2010–2018. All rights reserved.