| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HandlerDefinition | |
|---|---|
| org.axonframework.common.annotation | Contains the main classes for annotation support in Axon Framework. | 
| Uses of HandlerDefinition in org.axonframework.common.annotation | 
|---|
| Classes in org.axonframework.common.annotation that implement HandlerDefinition | |
|---|---|
 class | 
AbstractAnnotatedHandlerDefinition<T extends Annotation>
Abstract implementation of the HandlerDefinition that uses annotations to recognise handler methods or constructors.  | 
| Methods in org.axonframework.common.annotation with parameters of type HandlerDefinition | |
|---|---|
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. | 
| Constructors in org.axonframework.common.annotation with parameters of type HandlerDefinition | |
|---|---|
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. | 
|
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||