Uses of Interface
org.axonframework.messaging.queryhandling.QueryHandlerRegistry
Packages that use QueryHandlerRegistry
Package
Description
Package containing multitenancy support for query components.
Part of the Axon Messaging module.
Package for query handling components in Axon Framework.
Part of the Axon Messaging module.
Tracing decorators for query handling components.
-
Uses of QueryHandlerRegistry in io.axoniq.framework.messaging.multitenancy.queryhandling
Classes in io.axoniq.framework.messaging.multitenancy.queryhandling that implement QueryHandlerRegistryModifier and TypeClassDescriptionclassQueryBusdecorator scoping subscription-query update emission and completion to the tenant resolved from the currentProcessingContext. -
Uses of QueryHandlerRegistry in io.axoniq.framework.messaging.queryhandling.distributed
Classes in io.axoniq.framework.messaging.queryhandling.distributed that implement QueryHandlerRegistryModifier and TypeClassDescriptionclassImplementation of aQueryBusthat is aware of multiple instances of aQueryBusworking together to spread the load. -
Uses of QueryHandlerRegistry in org.axonframework.messaging.queryhandling
Classes in org.axonframework.messaging.queryhandling with type parameters of type QueryHandlerRegistryModifier and TypeInterfaceDescriptioninterfaceQueryHandlerRegistry<S extends QueryHandlerRegistry<S>>Interface describing a registry ofquery handlers.Subinterfaces of QueryHandlerRegistry in org.axonframework.messaging.queryhandlingModifier and TypeInterfaceDescriptioninterfaceThe mechanism that dispatchesqueriesto their appropriatequery handler.Classes in org.axonframework.messaging.queryhandling that implement QueryHandlerRegistryModifier and TypeClassDescriptionclassImplementation of theQueryBusthat dispatches queries (throughSimpleQueryBus.query(QueryMessage, ProcessingContext)orSimpleQueryBus.subscriptionQuery(QueryMessage, ProcessingContext, int)) to theQueryHandlerssubscribed to that specific query'snameandresponse typecombination.classA simple implementation of theQueryHandlingComponentinterface, allowing for easy registration ofQueryHandlersand otherQueryHandlingComponents. -
Uses of QueryHandlerRegistry in org.axonframework.messaging.queryhandling.interception
Classes in org.axonframework.messaging.queryhandling.interception that implement QueryHandlerRegistryModifier and TypeClassDescriptionclass -
Uses of QueryHandlerRegistry in org.axonframework.messaging.queryhandling.tracing
Classes in org.axonframework.messaging.queryhandling.tracing that implement QueryHandlerRegistryModifier and TypeClassDescriptionfinal classDelegatingQueryBusdecorator that opens a tracing span around query dispatch, query handling, subscription queries, and query-update operations.