Uses of Class
org.axonframework.modelling.command.AggregateAnnotationCommandHandler
Packages that use AggregateAnnotationCommandHandler
-
Uses of AggregateAnnotationCommandHandler in org.axonframework.config
Method parameters in org.axonframework.config with type arguments of type AggregateAnnotationCommandHandlerModifier and TypeMethodDescriptionAggregateConfigurer.configureCommandHandler(Function<Configuration, AggregateAnnotationCommandHandler<A>> aggregateCommandHandlerBuilder) Defines the AggregateAnnotationCommandHandler instance to use. -
Uses of AggregateAnnotationCommandHandler in org.axonframework.modelling.command
Methods in org.axonframework.modelling.command that return AggregateAnnotationCommandHandlerModifier and TypeMethodDescriptionAggregateAnnotationCommandHandler.Builder.build()Initializes aAggregateAnnotationCommandHandleras specified through this Builder.