Uses of Interface
org.axonframework.queryhandling.QueryBusSpanFactory
Packages that use QueryBusSpanFactory
Package
Description
-
Uses of QueryBusSpanFactory in org.axonframework.axonserver.connector.query
Methods in org.axonframework.axonserver.connector.query with parameters of type QueryBusSpanFactoryModifier and TypeMethodDescriptionAxonServerQueryBus.Builder.spanFactory(QueryBusSpanFactory spanFactory) Sets theQueryBusSpanFactoryimplementation to use for providing tracing capabilities. -
Uses of QueryBusSpanFactory in org.axonframework.axonserver.connector.query.subscription
Constructors in org.axonframework.axonserver.connector.query.subscription with parameters of type QueryBusSpanFactoryModifierConstructorDescriptionAxonServerSubscriptionQueryResult(SubscriptionQueryMessage<?, ?, ?> queryMessage, io.axoniq.axonserver.connector.query.SubscriptionQueryResult result, SubscriptionMessageSerializer subscriptionSerializer, QueryBusSpanFactory spanFactory, Span parentSpan) Instantiate aAxonServerSubscriptionQueryResultwhich will emit its initial response and the updates of the subscription query. -
Uses of QueryBusSpanFactory in org.axonframework.config
Methods in org.axonframework.config that return QueryBusSpanFactoryModifier and TypeMethodDescriptionprotected QueryBusSpanFactoryDefaultConfigurer.defaultQueryBusSpanFactory(Configuration config) Returns the defaultQueryBusSpanFactory, or aDefaultQueryBusSpanFactorybacked by the configuredSpanFactoryif none it set. -
Uses of QueryBusSpanFactory in org.axonframework.queryhandling
Classes in org.axonframework.queryhandling that implement QueryBusSpanFactoryMethods in org.axonframework.queryhandling with parameters of type QueryBusSpanFactoryModifier and TypeMethodDescriptionSimpleQueryBus.Builder.spanFactory(QueryBusSpanFactory spanFactory) Sets theQueryBusSpanFactoryimplementation to use for providing tracing capabilities. -
Uses of QueryBusSpanFactory in org.axonframework.springboot.autoconfig
Methods in org.axonframework.springboot.autoconfig that return QueryBusSpanFactoryModifier and TypeMethodDescriptionAxonTracingAutoConfiguration.queryBusSpanFactory(SpanFactory spanFactory, TracingProperties properties)