Uses of Interface
org.axonframework.queryhandling.QueryBus
Packages that use QueryBus
Package
Description
-
Uses of QueryBus in org.axonframework.axonserver.connector.query
Classes in org.axonframework.axonserver.connector.query that implement QueryBusModifier and TypeClassDescriptionclassAxonQueryBusimplementation that connects to Axon Server to submit and receive queries and query responses.Methods in org.axonframework.axonserver.connector.query that return QueryBusMethods in org.axonframework.axonserver.connector.query with parameters of type QueryBusModifier and TypeMethodDescriptionAxonServerQueryBus.Builder.localSegment(QueryBus localSegment) Sets the localQueryBusused to dispatch incoming queries to the local environment. -
Uses of QueryBus in org.axonframework.config
Methods in org.axonframework.config that return QueryBusModifier and TypeMethodDescriptionprotected QueryBusDefaultConfigurer.defaultQueryBus(Configuration config) Provides the default QueryBus implementations.default QueryBusConfiguration.queryBus()Method parameters in org.axonframework.config with type arguments of type QueryBusModifier and TypeMethodDescriptiondefault ConfigurerConfigurer.configureQueryBus(Function<Configuration, QueryBus> queryBusBuilder) Configures the given Query Bus to use in this configuration. -
Uses of QueryBus in org.axonframework.queryhandling
Classes in org.axonframework.queryhandling that implement QueryBusModifier and TypeClassDescriptionclassImplementation of the QueryBus that dispatches queries to the handlers within the JVM.Methods in org.axonframework.queryhandling with parameters of type QueryBusModifier and TypeMethodDescriptionSubscribes the query handlers of thisQueryHandlerAdapterto the givenQueryBus. -
Uses of QueryBus in org.axonframework.queryhandling.annotation
Methods in org.axonframework.queryhandling.annotation with parameters of type QueryBusModifier and TypeMethodDescription -
Uses of QueryBus in org.axonframework.spring.config
Methods in org.axonframework.spring.config that return QueryBusModifier and TypeMethodDescriptionAxonConfiguration.defaultQueryBus()Deprecated.AxonConfiguration.queryBus()Deprecated.Methods in org.axonframework.spring.config with parameters of type QueryBusModifier and TypeMethodDescriptionAxonConfiguration.queryGateway(QueryBus queryBus) Deprecated.voidQueryHandlerSubscriber.setQueryBus(QueryBus queryBus) Deprecated. -
Uses of QueryBus in org.axonframework.springboot.autoconfig
Methods in org.axonframework.springboot.autoconfig with parameters of type QueryBusModifier and TypeMethodDescriptionAxonAutoConfiguration.queryGateway(QueryBus queryBus) org.springframework.beans.factory.InitializingBeanInterceptorAutoConfiguration.queryHandlerInterceptorConfigurer(QueryBus queryBus, Optional<List<MessageHandlerInterceptor<? super QueryMessage<?, ?>>>> interceptors)