Uses of Interface
org.axonframework.modelling.command.CommandTargetResolver
Packages that use CommandTargetResolver
Package
Description
-
Uses of CommandTargetResolver in org.axonframework.config
Method parameters in org.axonframework.config with type arguments of type CommandTargetResolverModifier and TypeMethodDescriptionAggregateConfigurer.configureCommandTargetResolver(Function<Configuration, CommandTargetResolver> commandTargetResolverBuilder) Defines the CommandTargetResolver to use for the Aggregate type under configuration. -
Uses of CommandTargetResolver in org.axonframework.disruptor.commandhandling
Methods in org.axonframework.disruptor.commandhandling with parameters of type CommandTargetResolverModifier and TypeMethodDescriptionDisruptorCommandBus.Builder.commandTargetResolver(CommandTargetResolver commandTargetResolver) Sets theCommandTargetResolverthat must be used to indicate which Aggregate instance will be invoked by an incoming command. -
Uses of CommandTargetResolver in org.axonframework.modelling.command
Classes in org.axonframework.modelling.command that implement CommandTargetResolverModifier and TypeClassDescriptionclassCommandTargetResolver 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.classCommandTargetResolver implementation that uses MetaData entries to extract the identifier and optionally the version of the aggregate that the command targets.Methods in org.axonframework.modelling.command with parameters of type CommandTargetResolverModifier and TypeMethodDescriptionAggregateAnnotationCommandHandler.Builder.commandTargetResolver(CommandTargetResolver commandTargetResolver) Sets theCommandTargetResolverused to resolve the command handling target. -
Uses of CommandTargetResolver in org.axonframework.test.aggregate
Methods in org.axonframework.test.aggregate with parameters of type CommandTargetResolverModifier and TypeMethodDescriptionAggregateTestFixture.registerCommandTargetResolver(CommandTargetResolver commandTargetResolver) FixtureConfiguration.registerCommandTargetResolver(CommandTargetResolver commandTargetResolver) Registers theCommandTargetResolverwithin this fixture.