Uses of Class
org.axonframework.common.annotation.MethodMessageHandlerInspector

Packages that use MethodMessageHandlerInspector
org.axonframework.common.annotation Contains the main classes for annotation support in Axon Framework. 
 

Uses of MethodMessageHandlerInspector in org.axonframework.common.annotation
 

Methods in org.axonframework.common.annotation that return MethodMessageHandlerInspector
static
<T extends Annotation>
MethodMessageHandlerInspector
MethodMessageHandlerInspector.getInstance(Class<?> handlerClass, Class<T> annotationType, ParameterResolverFactory parameterResolverFactory, boolean allowDuplicates)
          Returns a MethodMessageHandlerInspector for the given handlerClass that contains handler methods annotated with the given annotationType.
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.
 



Copyright © 2010-2016. All Rights Reserved.