Uses of Interface
org.axonframework.messaging.commandhandling.configuration.CommandHandlingModule
Packages that use CommandHandlingModule
Package
Description
-
Uses of CommandHandlingModule in org.axonframework.eventsourcing.configuration
Method parameters in org.axonframework.eventsourcing.configuration with type arguments of type CommandHandlingModuleModifier and TypeMethodDescriptionEventSourcingConfigurer.registerCommandHandlingModule(ModuleBuilder<CommandHandlingModule> moduleBuilder) Registers the given command handlingmoduleBuilderto use in this configuration. -
Uses of CommandHandlingModule in org.axonframework.messaging.core.configuration
Method parameters in org.axonframework.messaging.core.configuration with type arguments of type CommandHandlingModuleModifier and TypeMethodDescriptionMessagingConfigurer.registerCommandHandlingModule(ModuleBuilder<CommandHandlingModule> moduleBuilder) Registers the givenbuilderfor aCommandHandlingModuleto use in this configuration. -
Uses of CommandHandlingModule in org.axonframework.modelling.configuration
Method parameters in org.axonframework.modelling.configuration with type arguments of type CommandHandlingModuleModifier and TypeMethodDescriptionModellingConfigurer.registerCommandHandlingModule(ModuleBuilder<CommandHandlingModule> moduleBuilder) Registers the givenbuilderfor aCommandHandlingModuleto use in this configuration.