Package | Description |
---|---|
org.axonframework.common.annotation |
Contains the main classes for annotation support in Axon Framework.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAnnotatedHandlerDefinition<T extends Annotation>
Abstract implementation of the HandlerDefinition that uses annotations to recognise handler methods or constructors.
|
Modifier and Type | Method and Description |
---|---|
static MethodMessageHandlerInspector |
MethodMessageHandlerInspector.getInstance(Class<?> handlerClass,
ParameterResolverFactory parameterResolverFactory,
boolean allowDuplicates,
HandlerDefinition<? super Method> handlerDefinition)
Returns a MethodMessageHandlerInspector for the given
handlerClass that contains handler methods
annotated with the given annotationType . |
Constructor and Description |
---|
MessageHandlerInvoker(Object target,
ParameterResolverFactory parameterResolverFactory,
boolean allowDuplicates,
HandlerDefinition<? super Method> handlerDefinition)
Initialize a handler invoker for the given
target object that has handler method annotated with
given annotationType . |
Copyright © 2010-2014. All Rights Reserved.