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 MethodMessageHandlerInspector MethodMessageHandlerInspector.getInstance(Class<?> handlerClass, Class<? extends Annotation> annotationType, boolean allowDuplicates)
          Returns a MethodMessageHandlerInspector for the given handlerClass that contains handler methods annotated with the given annotationType.
 



Copyright © 2010-2012. All Rights Reserved.