|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AnnotationCommandHandlerAdapter | |
---|---|
org.axonframework.commandhandling.annotation | Classes that provide annotation support for command handling. |
Uses of AnnotationCommandHandlerAdapter in org.axonframework.commandhandling.annotation |
---|
Methods in org.axonframework.commandhandling.annotation that return AnnotationCommandHandlerAdapter | |
---|---|
protected AnnotationCommandHandlerAdapter |
AnnotationCommandHandlerBeanPostProcessor.initializeAdapterFor(Object bean,
ParameterResolverFactory parameterResolverFactory)
|
static AnnotationCommandHandlerAdapter |
AnnotationCommandHandlerAdapter.subscribe(Object annotatedCommandHandler,
CommandBus commandBus)
Subscribe the annotated command handler to the given command bus. |
Methods in org.axonframework.commandhandling.annotation with parameters of type AnnotationCommandHandlerAdapter | |
---|---|
static void |
AnnotationCommandHandlerAdapter.subscribe(AnnotationCommandHandlerAdapter annotationCommandHandler,
CommandBus commandBus)
Subscribe the given annotationCommandHandler to the given commandBus . |
protected void |
AnnotationCommandHandlerBeanPostProcessor.subscribe(CommandHandler bean,
AnnotationCommandHandlerAdapter adapter)
|
protected void |
AnnotationCommandHandlerBeanPostProcessor.unsubscribe(CommandHandler bean,
AnnotationCommandHandlerAdapter adapter)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |