Modifier and Type | Method and Description |
---|---|
AxonServerCommandBus.Builder |
AxonServerCommandBus.Builder.spanFactory(SpanFactory spanFactory)
Sets the
SpanFactory implementation to use for providing tracing capabilities. |
Modifier and Type | Method and Description |
---|---|
AxonServerEventStore.Builder |
AxonServerEventStore.Builder.spanFactory(SpanFactory spanFactory) |
Modifier and Type | Method and Description |
---|---|
AxonServerQueryBus.Builder |
AxonServerQueryBus.Builder.spanFactory(SpanFactory spanFactory)
Sets the
SpanFactory implementation to use for providing tracing capabilities. |
Constructor and Description |
---|
AxonServerSubscriptionQueryResult(SubscriptionQueryMessage<?,?,?> queryMessage,
io.axoniq.axonserver.connector.query.SubscriptionQueryResult result,
SubscriptionMessageSerializer subscriptionSerializer,
SpanFactory 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 |
---|---|
SimpleCommandBus.Builder |
SimpleCommandBus.Builder.spanFactory(SpanFactory spanFactory)
Sets the
SpanFactory implementation to use for providing tracing capabilities. |
AsynchronousCommandBus.Builder |
AsynchronousCommandBus.Builder.spanFactory(SpanFactory spanFactory) |
Modifier and Type | Method and Description |
---|---|
protected SpanFactory |
DefaultConfigurer.defaultSpanFactory(Configuration config)
Returns the default
SpanFactory , or a NoOpSpanFactory if none it set. |
default SpanFactory |
Configuration.spanFactory()
Returns the
SpanFactory defined in this configuration. |
Modifier and Type | Method and Description |
---|---|
default Configurer |
Configurer.configureSpanFactory(Function<Configuration,SpanFactory> spanFactory)
Registers a
SpanFactory instance with this Configurer . |
Modifier and Type | Method and Description |
---|---|
SimpleDeadlineManager.Builder |
SimpleDeadlineManager.Builder.spanFactory(SpanFactory spanFactory)
Sets the
SpanFactory implementation to use for providing tracing capabilities. |
Modifier and Type | Method and Description |
---|---|
QuartzDeadlineManager.Builder |
QuartzDeadlineManager.Builder.spanFactory(SpanFactory spanFactory)
Sets the
SpanFactory implementation to use for providing tracing capabilities. |
Modifier and Type | Field and Description |
---|---|
protected SpanFactory |
AbstractEventProcessor.spanFactory |
Modifier and Type | Method and Description |
---|---|
TrackingEventProcessor.Builder |
TrackingEventProcessor.Builder.spanFactory(SpanFactory spanFactory) |
SubscribingEventProcessor.Builder |
SubscribingEventProcessor.Builder.spanFactory(SpanFactory spanFactory) |
SimpleEventBus.Builder |
SimpleEventBus.Builder.spanFactory(SpanFactory spanFactory) |
AbstractEventProcessor.Builder |
AbstractEventProcessor.Builder.spanFactory(SpanFactory spanFactory)
Sets the
SpanFactory implementation to use for providing tracing capabilities. |
AbstractEventBus.Builder |
AbstractEventBus.Builder.spanFactory(SpanFactory spanFactory)
Sets the
SpanFactory implementation to use for providing tracing capabilities. |
Modifier and Type | Method and Description |
---|---|
PooledStreamingEventProcessor.Builder |
PooledStreamingEventProcessor.Builder.spanFactory(SpanFactory spanFactory) |
Modifier and Type | Method and Description |
---|---|
EventSourcingRepository.Builder<T> |
EventSourcingRepository.Builder.spanFactory(SpanFactory spanFactory) |
AggregateSnapshotter.Builder |
AggregateSnapshotter.Builder.spanFactory(SpanFactory spanFactory) |
AbstractSnapshotter.Builder |
AbstractSnapshotter.Builder.spanFactory(SpanFactory spanFactory)
Sets the
SpanFactory implementation to use for providing tracing capabilities. |
Modifier and Type | Method and Description |
---|---|
EmbeddedEventStore.Builder |
EmbeddedEventStore.Builder.spanFactory(SpanFactory spanFactory) |
Modifier and Type | Field and Description |
---|---|
protected SpanFactory |
AbstractRepository.spanFactory |
Modifier and Type | Method and Description |
---|---|
LockingRepository.Builder<T> |
LockingRepository.Builder.spanFactory(SpanFactory spanFactory) |
GenericJpaRepository.Builder<T> |
GenericJpaRepository.Builder.spanFactory(SpanFactory spanFactory) |
AbstractRepository.Builder<T> |
AbstractRepository.Builder.spanFactory(SpanFactory spanFactory)
Sets the
SpanFactory implementation to use for providing tracing capabilities. |
Modifier and Type | Method and Description |
---|---|
AnnotatedSagaManager.Builder<T> |
AnnotatedSagaManager.Builder.spanFactory(SpanFactory spanFactory) |
AbstractSagaManager.Builder<T> |
AbstractSagaManager.Builder.spanFactory(SpanFactory spanFactory)
Sets the
SpanFactory implementation to use for providing tracing capabilities. |
Modifier and Type | Method and Description |
---|---|
SimpleQueryUpdateEmitter.Builder |
SimpleQueryUpdateEmitter.Builder.spanFactory(SpanFactory spanFactory)
Sets the
SpanFactory implementation to use for providing tracing capabilities. |
SimpleQueryBus.Builder |
SimpleQueryBus.Builder.spanFactory(SpanFactory spanFactory)
Sets the
SpanFactory implementation to use for providing tracing capabilities. |
Modifier and Type | Method and Description |
---|---|
SpringAggregateSnapshotter.Builder |
SpringAggregateSnapshotter.Builder.spanFactory(SpanFactory spanFactory) |
Modifier and Type | Method and Description |
---|---|
SpanFactory |
OpenTelemetryAutoConfiguration.spanFactory() |
SpanFactory |
AxonTracingAutoConfiguration.spanFactory() |
Modifier and Type | Method and Description |
---|---|
SpringAggregateSnapshotter |
AxonAutoConfiguration.aggregateSnapshotter(Configuration configuration,
HandlerDefinition handlerDefinition,
ParameterResolverFactory parameterResolverFactory,
EventStore eventStore,
TransactionManager transactionManager,
SpanFactory spanFactory) |
AxonServerCommandBus |
AxonServerBusAutoConfiguration.axonServerCommandBus(AxonServerConnectionManager axonServerConnectionManager,
AxonServerConfiguration axonServerConfiguration,
CommandBus localSegment,
Serializer messageSerializer,
RoutingStrategy routingStrategy,
CommandPriorityCalculator priorityCalculator,
CommandLoadFactorProvider loadFactorProvider,
TargetContextResolver<? super CommandMessage<?>> targetContextResolver,
SpanFactory spanFactory) |
HandlerEnhancerDefinition |
AxonTracingAutoConfiguration.tracingHandlerEnhancerDefinition(SpanFactory spanFactory,
TracingProperties properties) |
Modifier and Type | Class and Description |
---|---|
class |
LoggingSpanFactory
Implementation of a
SpanFactory that requires no java agent or APM system, only logging. |
class |
MultiSpanFactory
Implementation of a
SpanFactory that delegates calls to multiple other factories. |
class |
NoOpSpanFactory
SpanFactory implementation that creates a NoOpSpanFactory.NoOpSpan . |
Modifier and Type | Method and Description |
---|---|
TracingHandlerEnhancerDefinition.Builder |
TracingHandlerEnhancerDefinition.Builder.spanFactory(SpanFactory spanFactory)
Configures the
SpanFactory the handler enhancer should use for tracing. |
Constructor and Description |
---|
MultiSpanFactory(List<SpanFactory> spanFactories)
Creates the
MultiSpanFactory with the delegate factory implementations that it should use. |
Modifier and Type | Class and Description |
---|---|
class |
OpenTelemetrySpanFactory
Creates
Span implementations that are compatible with OpenTelemetry java agent instrumentation. |
Copyright © 2010–2023. All rights reserved.