| Package | Description | 
|---|---|
| org.axonframework.messaging.annotation | 
| Modifier and Type | Method and Description | 
|---|---|
<C> AnnotatedHandlerInspector<C> | 
AnnotatedHandlerInspector.inspect(Class<? extends C> entityType)
Inspect another handler type and register the result to the inspector registry of this inspector. 
 | 
static <T> AnnotatedHandlerInspector<T> | 
AnnotatedHandlerInspector.inspectType(Class<? extends T> handlerType)
Create an inspector for given  
handlerType that uses a ClasspathParameterResolverFactory to
 resolve method parameters. | 
static <T> AnnotatedHandlerInspector<T> | 
AnnotatedHandlerInspector.inspectType(Class<? extends T> handlerType,
           ParameterResolverFactory parameterResolverFactory)
Create an inspector for given  
handlerType that uses given parameterResolverFactory to resolve
 method parameters. | 
Copyright © 2010–2018. All rights reserved.