Modifier and Type | Method and Description |
---|---|
AxonServerQueryBus.Builder |
AxonServerQueryBus.Builder.spanFactory(QueryBusSpanFactory spanFactory)
Sets the
QueryBusSpanFactory implementation to use for providing tracing capabilities. |
Constructor and Description |
---|
AxonServerSubscriptionQueryResult(SubscriptionQueryMessage<?,?,?> queryMessage,
io.axoniq.axonserver.connector.query.SubscriptionQueryResult result,
SubscriptionMessageSerializer subscriptionSerializer,
QueryBusSpanFactory spanFactory,
Span parentSpan)
Instantiate a
AxonServerSubscriptionQueryResult which will emit its initial response and the updates of
the subscription query. |
Modifier and Type | Method and Description |
---|---|
protected QueryBusSpanFactory |
DefaultConfigurer.defaultQueryBusSpanFactory(Configuration config)
Returns the default
QueryBusSpanFactory , or a DefaultQueryBusSpanFactory backed by the configured
SpanFactory if none it set. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultQueryBusSpanFactory
Default implementation of the
QueryBusSpanFactory . |
Modifier and Type | Method and Description |
---|---|
SimpleQueryBus.Builder |
SimpleQueryBus.Builder.spanFactory(QueryBusSpanFactory spanFactory)
Sets the
QueryBusSpanFactory implementation to use for providing tracing capabilities. |
Modifier and Type | Method and Description |
---|---|
QueryBusSpanFactory |
AxonTracingAutoConfiguration.queryBusSpanFactory(SpanFactory spanFactory,
TracingProperties properties) |
Copyright © 2010–2024. All rights reserved.