Uses of Interface
org.axonframework.messaging.commandhandling.configuration.CommandHandlingModule.CommandHandlerPhase
Packages that use CommandHandlingModule.CommandHandlerPhase
-
Uses of CommandHandlingModule.CommandHandlerPhase in org.axonframework.messaging.commandhandling.configuration
Methods in org.axonframework.messaging.commandhandling.configuration that return CommandHandlingModule.CommandHandlerPhaseModifier and TypeMethodDescriptionCommandHandlingModule.CommandHandlerPhase.annotatedCommandHandlingComponent(ComponentBuilder<Object> handlingComponentBuilder) Registers the givenhandlingComponentBuilderas anAnnotatedCommandHandlingComponentwithin this module.CommandHandlingModule.CommandHandlerPhase.commandHandler(QualifiedName commandName, ComponentBuilder<CommandHandler> commandHandlerBuilder) Registers the givencommandHandlerBuilderfor the given qualifiedcommandNamewithin this module.CommandHandlingModule.CommandHandlerPhase.commandHandler(QualifiedName commandName, CommandHandler commandHandler) Registers the givencommandHandlerfor the given qualifiedcommandNamewithin this module.CommandHandlingModule.SetupPhase.commandHandlers()Initiates the command handler configuration phase for this module.CommandHandlingModule.SetupPhase.commandHandlers(Consumer<CommandHandlingModule.CommandHandlerPhase> configurationLambda) Initiates the command handler configuration phase for this module, as well as performing the givenconfigurationLambdawithin this phase.CommandHandlingModule.CommandHandlerPhase.commandHandlingComponent(ComponentBuilder<CommandHandlingComponent> handlingComponentBuilder) Registers the givenhandlingComponentBuilderwithin this module.Method parameters in org.axonframework.messaging.commandhandling.configuration with type arguments of type CommandHandlingModule.CommandHandlerPhaseModifier and TypeMethodDescriptionCommandHandlingModule.SetupPhase.commandHandlers(Consumer<CommandHandlingModule.CommandHandlerPhase> configurationLambda) Initiates the command handler configuration phase for this module, as well as performing the givenconfigurationLambdawithin this phase.