Uses of Class
org.axonframework.axonserver.connector.query.AxonServerQueryBus
Packages that use AxonServerQueryBus
Package
Description
-
Uses of AxonServerQueryBus in org.axonframework.axonserver.connector.query
Methods in org.axonframework.axonserver.connector.query that return AxonServerQueryBusModifier and TypeMethodDescriptionAxonServerQueryBus.Builder.build()Initializes aAxonServerQueryBusas specified through this Builder. -
Uses of AxonServerQueryBus in org.axonframework.springboot.autoconfig
Methods in org.axonframework.springboot.autoconfig that return AxonServerQueryBusModifier and TypeMethodDescriptionAxonServerBusAutoConfiguration.queryBus(AxonServerConnectionManager axonServerConnectionManager, AxonServerConfiguration axonServerConfiguration, Configuration axonConfiguration, TransactionManager txManager, Serializer messageSerializer, Serializer genericSerializer, QueryPriorityCalculator priorityCalculator, QueryInvocationErrorHandler queryInvocationErrorHandler, TargetContextResolver<? super QueryMessage<?, ?>> targetContextResolver)