|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CommandTargetResolver | |
---|---|
org.axonframework.commandhandling | Classes that implement the concept of command handling using explicit command objects. |
org.axonframework.commandhandling.annotation | Classes that provide annotation support for command handling. |
org.axonframework.commandhandling.disruptor |
Uses of CommandTargetResolver in org.axonframework.commandhandling |
---|
Classes in org.axonframework.commandhandling that implement CommandTargetResolver | |
---|---|
class |
MetaDataCommandTargetResolver
CommandTargetResolver implementation that uses MetaData entries to extract the identifier and optionally the version of the aggregate that the command targets. |
Uses of CommandTargetResolver in org.axonframework.commandhandling.annotation |
---|
Classes in org.axonframework.commandhandling.annotation that implement CommandTargetResolver | |
---|---|
class |
AnnotationCommandTargetResolver
CommandTargetResolver that uses annotations on the command to identify the methods that provide the Aggregate Identifier of the targeted Aggregate and optionally the expected version of the aggregate. |
Methods in org.axonframework.commandhandling.annotation with parameters of type CommandTargetResolver | ||
---|---|---|
void |
AggregateAnnotationCommandHandlerFactoryBean.setCommandTargetResolver(CommandTargetResolver commandTargetResolver)
The resolver providing the identifier (and version) of the aggregate a command targets. |
|
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. |
Uses of CommandTargetResolver in org.axonframework.commandhandling.disruptor |
---|
Methods in org.axonframework.commandhandling.disruptor that return CommandTargetResolver | |
---|---|
CommandTargetResolver |
DisruptorConfiguration.getCommandTargetResolver()
Returns the CommandTargetResolver that is used to find out which Aggregate is to be invoked for a given Command. |
Methods in org.axonframework.commandhandling.disruptor with parameters of type CommandTargetResolver | |
---|---|
DisruptorConfiguration |
DisruptorConfiguration.setCommandTargetResolver(CommandTargetResolver newCommandTargetResolver)
Sets the CommandTargetResolver that must be used to indicate which Aggregate instance will be invoked by an incoming command. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |