Package | Description |
---|---|
org.axonframework.commandhandling.annotation |
Classes that provide annotation support for command handling.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 2010-2014. All Rights Reserved.