Uses of Interface
org.axonframework.queryhandling.QueryGateway
Packages that use QueryGateway
Package
Description
-
Uses of QueryGateway in org.axonframework.config
Methods in org.axonframework.config that return QueryGatewayModifier and TypeMethodDescriptionprotected QueryGatewayDefaultConfigurer.defaultQueryGateway(Configuration config) Returns aDefaultQueryGatewaythat will use the configuration'sQueryBusto dispatch queries.default QueryGatewayConfiguration.queryGateway()Returns the Query Gateway defined in this Configuration. -
Uses of QueryGateway in org.axonframework.queryhandling
Classes in org.axonframework.queryhandling that implement QueryGatewayModifier and TypeClassDescriptionclassImplementation of the QueryGateway interface that allows the registration of dispatchInterceptors. -
Uses of QueryGateway in org.axonframework.spring.config
Methods in org.axonframework.spring.config that return QueryGateway -
Uses of QueryGateway in org.axonframework.springboot.autoconfig
Methods in org.axonframework.springboot.autoconfig that return QueryGatewayMethods in org.axonframework.springboot.autoconfig with parameters of type QueryGatewayModifier and TypeMethodDescriptionorg.springframework.beans.factory.InitializingBeanInterceptorAutoConfiguration.queryDispatchInterceptorConfigurer(QueryGateway queryGateway, Optional<List<MessageDispatchInterceptor<? super QueryMessage<?, ?>>>> interceptors)