Uses of Interface
org.axonframework.messaging.queryhandling.QueryHandler
Packages that use QueryHandler
Package
Description
Package for query handling components in Axon Framework.
Part of the Axon Messaging module.
Part of the Axon Messaging module.
Part of the Axon Messaging module.
Part of the Axon Messaging module.
-
Uses of QueryHandler in org.axonframework.messaging.queryhandling
Subinterfaces of QueryHandler in org.axonframework.messaging.queryhandlingModifier and TypeInterfaceDescriptioninterfaceInterface describing a group ofQueryHandlersbelonging to a single component.Classes in org.axonframework.messaging.queryhandling that implement QueryHandlerModifier and TypeClassDescriptionclassA simple implementation of theQueryHandlingComponentinterface, allowing for easy registration ofQueryHandlersand otherQueryHandlingComponents.Methods in org.axonframework.messaging.queryhandling with parameters of type QueryHandlerModifier and TypeMethodDescriptiondefault SQueryHandlerRegistry.subscribe(Set<QualifiedName> names, QueryHandler queryHandler) QueryHandlerRegistry.subscribe(QualifiedName queryName, QueryHandler queryHandler) SimpleQueryBus.subscribe(QualifiedName queryName, QueryHandler queryHandler) SimpleQueryHandlingComponent.subscribe(QualifiedName queryName, QueryHandler handler) Constructors in org.axonframework.messaging.queryhandling with parameters of type QueryHandlerModifierConstructorDescriptionDuplicateQueryHandlerSubscriptionException(QualifiedName name, QueryHandler initialHandler, QueryHandler duplicateHandler) Initialize a duplicateQueryHandlersubscription exception using the giveninitialHandlerandduplicateHandlerto form a specific message. -
Uses of QueryHandler in org.axonframework.messaging.queryhandling.annotation
Classes in org.axonframework.messaging.queryhandling.annotation that implement QueryHandlerModifier and TypeClassDescriptionclassAdapter that turns classes withQueryHandlerannotated methods into aQueryHandlingComponent. -
Uses of QueryHandler in org.axonframework.messaging.queryhandling.configuration
Methods in org.axonframework.messaging.queryhandling.configuration with parameters of type QueryHandlerModifier and TypeMethodDescriptionQueryHandlingModule.QueryHandlerPhase.queryHandler(QualifiedName queryName, QueryHandler queryHandler) Registers the givenqueryHandlerfor the given qualifiedqueryNameandresponseNamewithin this module.Method parameters in org.axonframework.messaging.queryhandling.configuration with type arguments of type QueryHandlerModifier and TypeMethodDescriptionQueryHandlingModule.QueryHandlerPhase.queryHandler(QualifiedName queryName, ComponentBuilder<QueryHandler> queryHandlerBuilder) Registers the givenqueryHandlerBuilderfor the given qualifiedqueryNamewithin this module. -
Uses of QueryHandler in org.axonframework.messaging.queryhandling.distributed
Methods in org.axonframework.messaging.queryhandling.distributed with parameters of type QueryHandlerModifier and TypeMethodDescriptionDistributedQueryBus.subscribe(QualifiedName queryName, QueryHandler queryHandler) -
Uses of QueryHandler in org.axonframework.messaging.queryhandling.interception
Methods in org.axonframework.messaging.queryhandling.interception with parameters of type QueryHandlerModifier and TypeMethodDescriptionInterceptingQueryBus.subscribe(QualifiedName queryName, QueryHandler queryHandler) Constructors in org.axonframework.messaging.queryhandling.interception with parameters of type QueryHandlerModifierConstructorDescriptionQueryMessageHandlerInterceptorChain(List<MessageHandlerInterceptor<? super QueryMessage>> interceptors, QueryHandler queryHandler) Constructs a newQueryMessageHandlerInterceptorChainwith a list ofinterceptionand anqueryHandler.