Package | Description |
---|---|
org.axonframework.commandhandling.annotation |
Classes that provide annotation support for command handling.
|
Modifier and Type | Method and Description |
---|---|
AggregateAnnotationCommandHandler<T> |
AggregateAnnotationCommandHandlerFactoryBean.getObject() |
static <T extends AggregateRoot> |
AggregateAnnotationCommandHandler.subscribe(Class<T> aggregateType,
Repository<T> repository,
CommandBus commandBus)
Subscribe a handler for the given aggregate type to the given command bus.
|
static <T extends AggregateRoot> |
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.
|
Modifier and Type | Method and Description |
---|---|
static void |
AggregateAnnotationCommandHandler.subscribe(AggregateAnnotationCommandHandler<?> aggregateAnnotationCommandHandler,
CommandBus commandBus)
Subscribe the given
aggregateAnnotationCommandHandler to the given commandBus . |
Copyright © 2010-2014. All Rights Reserved.