| 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.contextsupport.spring | |
| org.axonframework.eventhandling.annotation |
Classes in support of the configuration of Event Handlers using annotations.
|
| org.axonframework.eventsourcing |
Classes related to event sourcing.
|
| org.axonframework.eventsourcing.annotation | |
| org.axonframework.saga.annotation | |
| org.axonframework.test |
Classes in support of testing Axon based applications.
|
| Class and Description |
|---|
| AbstractAnnotationHandlerBeanPostProcessor
Abstract bean post processor that finds candidates for proxying.
|
| AbstractMessageHandler
Abstract superclass for annotation based Message handlers.
|
| ParameterResolver
Interface for a mechanism that resolves handler method parameter values from a given
Message. |
| ParameterResolverFactory
Interface for objects capable of creating Parameter Resolver instances for annotated handler methods.
|
| Class and Description |
|---|
| AbstractMessageHandler
Abstract superclass for annotation based Message handlers.
|
| HandlerDefinition
Defines which members (methods, constructors, etc) are considered message handlers.
|
| MethodMessageHandler
Represents a method recognized as a handler by the handler inspector (see
MethodMessageHandlerInspector). |
| MethodMessageHandlerInspector
Utility class that inspects handler methods for a given class and handler definition.
|
| MultiParameterResolverFactory
ParameterResolverFactory instance that delegates to multiple other instances, in the order provided.
|
| ParameterResolver
Interface for a mechanism that resolves handler method parameter values from a given
Message. |
| ParameterResolverFactory
Interface for objects capable of creating Parameter Resolver instances for annotated handler methods.
|
| PriorityAnnotationComparator
Comparator that compares objects based on the value on an
@Priority
annotation. |
| Class and Description |
|---|
| ParameterResolverFactory
Interface for objects capable of creating Parameter Resolver instances for annotated handler methods.
|
| Class and Description |
|---|
| AbstractAnnotationHandlerBeanPostProcessor
Abstract bean post processor that finds candidates for proxying.
|
| ParameterResolver
Interface for a mechanism that resolves handler method parameter values from a given
Message. |
| ParameterResolverFactory
Interface for objects capable of creating Parameter Resolver instances for annotated handler methods.
|
| Class and Description |
|---|
| ParameterResolverFactory
Interface for objects capable of creating Parameter Resolver instances for annotated handler methods.
|
| Class and Description |
|---|
| MessageHandlerInvoker
Abstract class to support implementations that need to invoke methods based on an annotation.
|
| ParameterResolverFactory
Interface for objects capable of creating Parameter Resolver instances for annotated handler methods.
|
| Class and Description |
|---|
| MethodMessageHandler
Represents a method recognized as a handler by the handler inspector (see
MethodMessageHandlerInspector). |
| ParameterResolverFactory
Interface for objects capable of creating Parameter Resolver instances for annotated handler methods.
|
| Class and Description |
|---|
| ParameterResolver
Interface for a mechanism that resolves handler method parameter values from a given
Message. |
| ParameterResolverFactory
Interface for objects capable of creating Parameter Resolver instances for annotated handler methods.
|
Copyright © 2010-2014. All Rights Reserved.