Package | Description |
---|---|
org.axonframework.commandhandling.annotation |
Classes that provide annotation support for command handling.
|
org.axonframework.common.annotation |
Contains the main classes for annotation support in Axon Framework.
|
org.axonframework.eventhandling.annotation |
Classes in support of the configuration of Event Handlers using annotations.
|
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 |
DefaultParameterResolverFactory
Factory for the default parameter resolvers.
|
class |
SpringBeanParameterResolverFactory
ParameterResolverFactory implementation that resolves parameters in the Spring Application Context.
|
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. |
class |
TimestampParameterResolverFactory
AbstractAnnotatedParameterResolverFactory that accepts parameters with type
DateTime that are annotated
with the Timestamp annotation and assigns the timestamp of the EventMessage. |
Modifier and Type | Class and Description |
---|---|
class |
FixtureResourceParameterResolverFactory
ParameterResolverFactory implementation that is aware of test-specific use cases.
|
Copyright © 2010-2014. All Rights Reserved.