Uses of Interface
org.axonframework.common.configuration.ModuleBuilder
Packages that use ModuleBuilder
Package
Description
-
Uses of ModuleBuilder in org.axonframework.eventsourcing.configuration
Subinterfaces of ModuleBuilder in org.axonframework.eventsourcing.configurationModifier and TypeInterfaceDescriptionstatic interfacePhase of the module's building process in which aComponentBuilderfor anEntityIdResolvershould be provided.Methods in org.axonframework.eventsourcing.configuration with parameters of type ModuleBuilderModifier and TypeMethodDescriptionEventSourcingConfigurer.registerCommandHandlingModule(ModuleBuilder<CommandHandlingModule> moduleBuilder) Registers the given command handlingmoduleBuilderto use in this configuration.EventSourcingConfigurer.registerQueryHandlingModule(ModuleBuilder<QueryHandlingModule> moduleBuilder) Registers the given query handlingmoduleBuilderto use in this configuration. -
Uses of ModuleBuilder in org.axonframework.messaging.commandhandling.configuration
Subinterfaces of ModuleBuilder in org.axonframework.messaging.commandhandling.configurationModifier and TypeInterfaceDescriptioninterfaceAModuleandModuleBuilderimplementation providing operation to construct a command handling application module.static interfaceThe command handler configuration phase of the command handling module. -
Uses of ModuleBuilder in org.axonframework.messaging.core.configuration
Methods in org.axonframework.messaging.core.configuration with parameters of type ModuleBuilderModifier and TypeMethodDescriptionMessagingConfigurer.registerCommandHandlingModule(ModuleBuilder<CommandHandlingModule> moduleBuilder) Registers the givenbuilderfor aCommandHandlingModuleto use in this configuration.MessagingConfigurer.registerQueryHandlingModule(ModuleBuilder<QueryHandlingModule> moduleBuilder) Registers the givenbuilderfor aQueryHandlingModuleto use in this configuration. -
Uses of ModuleBuilder in org.axonframework.messaging.eventhandling.processing.streaming.pooled
Classes in org.axonframework.messaging.eventhandling.processing.streaming.pooled that implement ModuleBuilderModifier and TypeClassDescriptionclassA configuration module for configuring and registering a singlePooledStreamingEventProcessorcomponent.Methods in org.axonframework.messaging.eventhandling.processing.streaming.pooled with parameters of type ModuleBuilderModifier and TypeMethodDescriptionPooledStreamingEventProcessorsConfigurer.processor(ModuleBuilder<PooledStreamingEventProcessorModule> moduleBuilder) Registers aPooledStreamingEventProcessorModuleusing aModuleBuilder. -
Uses of ModuleBuilder in org.axonframework.messaging.eventhandling.processing.subscribing
Classes in org.axonframework.messaging.eventhandling.processing.subscribing that implement ModuleBuilderModifier and TypeClassDescriptionclassA configuration module for configuring and registering a singleSubscribingEventProcessorcomponent.Methods in org.axonframework.messaging.eventhandling.processing.subscribing with parameters of type ModuleBuilderModifier and TypeMethodDescriptionSubscribingEventProcessorsConfigurer.processor(ModuleBuilder<SubscribingEventProcessorModule> moduleBuilder) Registers aSubscribingEventProcessorModuleusing aModuleBuilder. -
Uses of ModuleBuilder in org.axonframework.messaging.queryhandling.configuration
Subinterfaces of ModuleBuilder in org.axonframework.messaging.queryhandling.configurationModifier and TypeInterfaceDescriptioninterfaceAModuleandModuleBuilderimplementation providing operation to construct a query handling application module.static interfaceThe query handler configuration phase of the query handling module. -
Uses of ModuleBuilder in org.axonframework.modelling.configuration
Subinterfaces of ModuleBuilder in org.axonframework.modelling.configurationModifier and TypeInterfaceDescriptionstatic interfaceThe "entity ID resolver" phase of the state-based entity builder.static interfaceThe "messaging metamodel" phase of the state-based entity builder.Methods in org.axonframework.modelling.configuration with parameters of type ModuleBuilderModifier and TypeMethodDescriptionModellingConfigurer.registerCommandHandlingModule(ModuleBuilder<CommandHandlingModule> moduleBuilder) Registers the givenbuilderfor aCommandHandlingModuleto use in this configuration.ModellingConfigurer.registerQueryHandlingModule(ModuleBuilder<QueryHandlingModule> moduleBuilder) Registers the givenbuilderfor aQueryHandlingModuleto use in this configuration.