Uses of Interface
org.axonframework.messaging.queryhandling.configuration.QueryHandlingModule.QueryHandlerPhase
Packages that use QueryHandlingModule.QueryHandlerPhase
-
Uses of QueryHandlingModule.QueryHandlerPhase in org.axonframework.messaging.queryhandling.configuration
Methods in org.axonframework.messaging.queryhandling.configuration that return QueryHandlingModule.QueryHandlerPhaseModifier and TypeMethodDescriptionQueryHandlingModule.QueryHandlerPhase.annotatedQueryHandlingComponent(ComponentBuilder<Object> handlingComponentBuilder) Registers the givenhandlingComponentBuilderas anAnnotatedQueryHandlingComponentwithin this module.QueryHandlingModule.QueryHandlerPhase.queryHandler(QualifiedName queryName, ComponentBuilder<QueryHandler> queryHandlerBuilder) Registers the givenqueryHandlerBuilderfor the given qualifiedqueryNamewithin this module.QueryHandlingModule.QueryHandlerPhase.queryHandler(QualifiedName queryName, QueryHandler queryHandler) Registers the givenqueryHandlerfor the given qualifiedqueryNameandresponseNamewithin this module.QueryHandlingModule.SetupPhase.queryHandlers()Initiates the query handler configuration phase for this module.QueryHandlingModule.SetupPhase.queryHandlers(Consumer<QueryHandlingModule.QueryHandlerPhase> configurationLambda) Initiates the query handler configuration phase for this module, as well as performing the givenconfigurationLambdawithin this phase.QueryHandlingModule.QueryHandlerPhase.queryHandlingComponent(ComponentBuilder<QueryHandlingComponent> handlingComponentBuilder) Registers the givenhandlingComponentBuilderwithin this module.Method parameters in org.axonframework.messaging.queryhandling.configuration with type arguments of type QueryHandlingModule.QueryHandlerPhaseModifier and TypeMethodDescriptionQueryHandlingModule.SetupPhase.queryHandlers(Consumer<QueryHandlingModule.QueryHandlerPhase> configurationLambda) Initiates the query handler configuration phase for this module, as well as performing the givenconfigurationLambdawithin this phase.