Uses of Interface
org.axonframework.messaging.queryhandling.configuration.QueryHandlingModule
Packages that use QueryHandlingModule
Package
Description
-
Uses of QueryHandlingModule in org.axonframework.eventsourcing.configuration
Method parameters in org.axonframework.eventsourcing.configuration with type arguments of type QueryHandlingModuleModifier and TypeMethodDescriptionEventSourcingConfigurer.registerQueryHandlingModule(ModuleBuilder<QueryHandlingModule> moduleBuilder) Registers the given query handlingmoduleBuilderto use in this configuration. -
Uses of QueryHandlingModule in org.axonframework.messaging.core.configuration
Method parameters in org.axonframework.messaging.core.configuration with type arguments of type QueryHandlingModuleModifier and TypeMethodDescriptionMessagingConfigurer.registerQueryHandlingModule(ModuleBuilder<QueryHandlingModule> moduleBuilder) Registers the givenbuilderfor aQueryHandlingModuleto use in this configuration. -
Uses of QueryHandlingModule in org.axonframework.modelling.configuration
Method parameters in org.axonframework.modelling.configuration with type arguments of type QueryHandlingModuleModifier and TypeMethodDescriptionModellingConfigurer.registerQueryHandlingModule(ModuleBuilder<QueryHandlingModule> moduleBuilder) Registers the givenbuilderfor aQueryHandlingModuleto use in this configuration.