|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.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 . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |