Uses of Interface
org.axonframework.messaging.queryhandling.QueryHandlerRegistry
Packages that use QueryHandlerRegistry
Package
Description
-
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.distributed
Classes in org.axonframework.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.interception
Classes in org.axonframework.messaging.queryhandling.interception that implement QueryHandlerRegistryModifier and TypeClassDescriptionclass