|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AggregateAnnotationCommandHandler | |
---|---|
org.axonframework.commandhandling.annotation | Classes that provide annotation support for command handling. |
Uses of AggregateAnnotationCommandHandler in org.axonframework.commandhandling.annotation |
---|
Methods in org.axonframework.commandhandling.annotation that return AggregateAnnotationCommandHandler | ||
---|---|---|
AggregateAnnotationCommandHandler<T> |
AggregateAnnotationCommandHandlerFactoryBean.getObject()
|
|
static
|
AggregateAnnotationCommandHandler.subscribe(Class<T> aggregateType,
Repository<T> repository,
CommandBus commandBus)
Subscribe a handler for the given aggregate type to the given command bus. |
|
static
|
AggregateAnnotationCommandHandler.subscribe(Class<T> aggregateType,
Repository<T> repository,
CommandBus commandBus,
CommandTargetResolver commandTargetResolver)
Subscribe a handler for the given aggregate type to the given command bus. |
Methods in org.axonframework.commandhandling.annotation with parameters of type AggregateAnnotationCommandHandler | |
---|---|
static void |
AggregateAnnotationCommandHandler.subscribe(AggregateAnnotationCommandHandler<?> aggregateAnnotationCommandHandler,
CommandBus commandBus)
Subscribe the given aggregateAnnotationCommandHandler to the given commandBus . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |