| Package | Description | 
|---|---|
| org.axonframework.commandhandling | 
 Classes that implement the concept of command handling using explicit command objects. 
 | 
| org.axonframework.config | |
| 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 | |
| org.axonframework.spring.config.annotation | |
| org.axonframework.test | 
 Classes in support of testing Axon based applications. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CurrentUnitOfWorkParameterResolverFactory
ParameterResolverFactory that add support for the UnitOfWork parameter type in annotated handlers. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ConfigurationParameterResolverFactory
ParameterResolverFactory implementation that resolves parameters from available components in the Configuration
 instance it was configured with. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
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  | 
DefaultParameterResolverFactory
Factory for the default parameter resolvers. 
 | 
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. | 
class  | 
SimpleResourceParameterResolverFactory
A  
ParameterResolverFactory implementation for simple resource injections. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SpringBeanParameterResolverFactory
ParameterResolverFactory implementation that resolves parameters in the Spring Application Context. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
FixtureResourceParameterResolverFactory
ParameterResolverFactory implementation for use in test cases that prevent that all declared resources on message
 handlers need to be configured. 
 | 
Copyright © 2010–2018. All rights reserved.