| 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. 
 | 
| org.axonframework.messaging.annotation | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ConcludesBatchParameterResolverFactory
Paramater resolver factory for boolean event handler parameters annotated with  
ConcludesBatch. | 
class  | 
TimestampParameterResolverFactory
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SequenceNumberParameterResolverFactory
An extension of the AbstractAnnotatedParameterResolverFactory that accepts parameters of a  
Long type
 annotated with the SequenceNumber annotation and assigns the sequenceNumber of the DomainEventMessage. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MessageIdentifierParameterResolverFactory
An extension of the AbstractAnnotatedParameterResolverFactory that accepts
 parameters of a  
String type that are annotated with the MessageIdentifier
 annotation and assigns the identifier of the Message. | 
Copyright © 2010–2018. All rights reserved.