| Package | Description | 
|---|---|
| org.axonframework.commandhandling | 
 Classes that implement the concept of command handling using explicit command objects. 
 | 
| org.axonframework.commandhandling.conflictresolution | |
| org.axonframework.config | |
| org.axonframework.eventhandling | 
 Classes related to event handling and dispatching, such as  
Event Listeners and the Event Bus. | 
| org.axonframework.eventhandling.replay | |
| org.axonframework.eventsourcing | 
 Classes related to event sourcing. 
 | 
| org.axonframework.eventsourcing.eventstore | 
 Definitions and implementations of the Event store, the mechanism that can load event streams and append events to
 them. 
 | 
| 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 | Method and Description | 
|---|---|
ParameterResolver | 
CurrentUnitOfWorkParameterResolverFactory.createInstance(Executable executable,
              Parameter[] parameters,
              int parameterIndex)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ConflictResolution
ParameterResolverFactory that add support for the ConflictResolver parameter type in annotated handlers. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ParameterResolver | 
ConflictResolution.createInstance(Executable executable,
              Parameter[] parameters,
              int parameterIndex)  | 
| Modifier and Type | Method and Description | 
|---|---|
ParameterResolver<?> | 
ConfigurationParameterResolverFactory.createInstance(Executable executable,
              Parameter[] parameters,
              int parameterIndex)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ConcludesBatchParameterResolverFactory
Paramater resolver factory for boolean event handler parameters annotated with  
ConcludesBatch. | 
| Modifier and Type | Method and Description | 
|---|---|
protected ParameterResolver<Instant> | 
TimestampParameterResolverFactory.getResolver()  | 
protected ParameterResolver<Boolean> | 
ConcludesBatchParameterResolverFactory.getResolver()  | 
| Modifier and Type | Method and Description | 
|---|---|
ParameterResolver | 
ReplayParameterResolverFactory.createInstance(Executable executable,
              Parameter[] parameters,
              int parameterIndex)  | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
SequenceNumberParameterResolverFactory.SequenceNumberParameterResolver
ParameterResolver that resolves SequenceNumber parameters 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected ParameterResolver<Long> | 
SequenceNumberParameterResolverFactory.getResolver()  | 
| Modifier and Type | Method and Description | 
|---|---|
ParameterResolver | 
TrackingTokenParameterResolverFactory.createInstance(Executable executable,
              Parameter[] parameters,
              int parameterIndex)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
FixedValueParameterResolver<T>
ParameterResolver implementation that injects a fixed value. 
 | 
class  | 
PayloadParameterResolver
Implementation of a  
ParameterResolver that resolves the Message payload as parameter in a handler method. | 
| Modifier and Type | Method and Description | 
|---|---|
ParameterResolver | 
SimpleResourceParameterResolverFactory.createInstance(Executable executable,
              Parameter[] parameters,
              int parameterIndex)  | 
ParameterResolver | 
ParameterResolverFactory.createInstance(Executable executable,
              Parameter[] parameters,
              int parameterIndex)
If available, creates a ParameterResolver instance that can provide a parameter of type
  
parameterType for a given message. | 
ParameterResolver | 
MultiParameterResolverFactory.createInstance(Executable executable,
              Parameter[] parameters,
              int parameterIndex)  | 
ParameterResolver | 
DefaultParameterResolverFactory.createInstance(Executable executable,
              Parameter[] parameters,
              int parameterIndex)  | 
ParameterResolver | 
AbstractAnnotatedParameterResolverFactory.createInstance(Executable executable,
              Parameter[] parameters,
              int parameterIndex)  | 
protected ParameterResolver<String> | 
MessageIdentifierParameterResolverFactory.getResolver()  | 
protected abstract ParameterResolver<P> | 
AbstractAnnotatedParameterResolverFactory.getResolver()  | 
| Modifier and Type | Method and Description | 
|---|---|
ParameterResolver | 
SpringBeanParameterResolverFactory.createInstance(Executable executable,
              Parameter[] parameters,
              int parameterIndex)  | 
| Modifier and Type | Method and Description | 
|---|---|
ParameterResolver | 
FixtureResourceParameterResolverFactory.createInstance(Executable executable,
              Parameter[] parameters,
              int parameterIndex)  | 
Copyright © 2010–2018. All rights reserved.