Uses of Interface
org.axonframework.tracing.SpanFactory
Packages that use SpanFactory
Package
Description
Classes that implement the concept of command handling using explicit command objects.
Classes related to event handling and dispatching, such as
Event Listeners and the Event Bus.Classes related to event sourcing.
Definitions and implementations of the Event store, the mechanism that can load event streams and append events to
them.
-
Uses of SpanFactory in org.axonframework.axonserver.connector.command
Methods in org.axonframework.axonserver.connector.command with parameters of type SpanFactoryModifier and TypeMethodDescriptionAxonServerCommandBus.Builder.spanFactory(SpanFactory spanFactory) Deprecated. -
Uses of SpanFactory in org.axonframework.axonserver.connector.event.axon
Methods in org.axonframework.axonserver.connector.event.axon with parameters of type SpanFactoryModifier and TypeMethodDescriptionAxonServerEventStore.Builder.spanFactory(SpanFactory spanFactory) -
Uses of SpanFactory in org.axonframework.axonserver.connector.query
Methods in org.axonframework.axonserver.connector.query with parameters of type SpanFactoryModifier and TypeMethodDescriptionAxonServerQueryBus.Builder.spanFactory(SpanFactory spanFactory) Deprecated.UseAxonServerQueryBus.Builder.spanFactory(QueryBusSpanFactory)instead as it provides more configurability. -
Uses of SpanFactory in org.axonframework.axonserver.connector.query.subscription
Constructors in org.axonframework.axonserver.connector.query.subscription with parameters of type SpanFactoryModifierConstructorDescriptionAxonServerSubscriptionQueryResult(io.axoniq.axonserver.connector.query.SubscriptionQueryResult result, SpanFactory spanFactory, SubscriptionMessageSerializer subscriptionSerializer) Deprecated.Deprecated in favor of constructor with aQueryBusSpanFactory. -
Uses of SpanFactory in org.axonframework.commandhandling
Methods in org.axonframework.commandhandling with parameters of type SpanFactoryModifier and TypeMethodDescriptionAsynchronousCommandBus.Builder.spanFactory(SpanFactory spanFactory) DefaultCommandBusSpanFactory.Builder.spanFactory(SpanFactory spanFactory) Sets theSpanFactoryto use to create the spans.SimpleCommandBus.Builder.spanFactory(SpanFactory spanFactory) Deprecated.UseSimpleCommandBus.Builder.spanFactory(CommandBusSpanFactory)instead as it provides more configurability. -
Uses of SpanFactory in org.axonframework.commandhandling.distributed
Methods in org.axonframework.commandhandling.distributed with parameters of type SpanFactoryModifier and TypeMethodDescriptionDistributedCommandBus.Builder.spanFactory(SpanFactory spanFactory) Deprecated.UseDistributedCommandBus.Builder.spanFactory(CommandBusSpanFactory)instead as it provides more configurability. -
Uses of SpanFactory in org.axonframework.config
Methods in org.axonframework.config that return SpanFactoryModifier and TypeMethodDescriptionprotected SpanFactoryDefaultConfigurer.defaultSpanFactory(Configuration config) Returns the defaultSpanFactory, or aNoOpSpanFactoryif none it set.default SpanFactoryConfiguration.spanFactory()Returns theSpanFactorydefined in this configuration.Method parameters in org.axonframework.config with type arguments of type SpanFactoryModifier and TypeMethodDescriptiondefault ConfigurerConfigurer.configureSpanFactory(Function<Configuration, SpanFactory> spanFactory) Registers aSpanFactoryinstance with thisConfigurer. -
Uses of SpanFactory in org.axonframework.deadline
Methods in org.axonframework.deadline with parameters of type SpanFactoryModifier and TypeMethodDescriptionDefaultDeadlineManagerSpanFactory.Builder.spanFactory(SpanFactory spanFactory) Sets theSpanFactoryto use to create the spans.SimpleDeadlineManager.Builder.spanFactory(SpanFactory spanFactory) Deprecated.UseSimpleDeadlineManager.Builder.spanFactory(DeadlineManagerSpanFactory)instead as it provides more configuration options. -
Uses of SpanFactory in org.axonframework.deadline.dbscheduler
Methods in org.axonframework.deadline.dbscheduler with parameters of type SpanFactoryModifier and TypeMethodDescriptionDbSchedulerDeadlineManager.Builder.spanFactory(SpanFactory spanFactory) Deprecated.UseDbSchedulerDeadlineManager.Builder.spanFactory(DeadlineManagerSpanFactory)instead as it provides more configuration options. -
Uses of SpanFactory in org.axonframework.deadline.jobrunr
Methods in org.axonframework.deadline.jobrunr with parameters of type SpanFactoryModifier and TypeMethodDescriptionJobRunrDeadlineManager.Builder.spanFactory(SpanFactory spanFactory) Deprecated.UseJobRunrDeadlineManager.Builder.spanFactory(DeadlineManagerSpanFactory)instead as it provides more configuration options. -
Uses of SpanFactory in org.axonframework.deadline.quartz
Methods in org.axonframework.deadline.quartz with parameters of type SpanFactoryModifier and TypeMethodDescriptionQuartzDeadlineManager.Builder.spanFactory(SpanFactory spanFactory) Deprecated.UseQuartzDeadlineManager.Builder.spanFactory(DeadlineManagerSpanFactory)which provides more configuration options. -
Uses of SpanFactory in org.axonframework.eventhandling
Methods in org.axonframework.eventhandling with parameters of type SpanFactoryModifier and TypeMethodDescriptionAbstractEventBus.Builder.spanFactory(SpanFactory spanFactory) Deprecated.Please useAbstractEventBus.Builder.spanFactory(EventBusSpanFactory)which is more configurableAbstractEventProcessor.Builder.spanFactory(SpanFactory spanFactory) Deprecated.DefaultEventBusSpanFactory.Builder.spanFactory(SpanFactory spanFactory) Sets theSpanFactoryto use to create the spans.DefaultEventProcessorSpanFactory.Builder.spanFactory(SpanFactory spanFactory) Sets theSpanFactoryto use to create the spans.SimpleEventBus.Builder.spanFactory(SpanFactory spanFactory) SubscribingEventProcessor.Builder.spanFactory(SpanFactory spanFactory) Deprecated.TrackingEventProcessor.Builder.spanFactory(SpanFactory spanFactory) Deprecated. -
Uses of SpanFactory in org.axonframework.eventhandling.pooled
Methods in org.axonframework.eventhandling.pooled with parameters of type SpanFactoryModifier and TypeMethodDescriptionPooledStreamingEventProcessor.Builder.spanFactory(SpanFactory spanFactory) Deprecated. -
Uses of SpanFactory in org.axonframework.eventsourcing
Methods in org.axonframework.eventsourcing with parameters of type SpanFactoryModifier and TypeMethodDescriptionAbstractSnapshotter.Builder.spanFactory(SpanFactory spanFactory) Deprecated.UseAbstractSnapshotter.Builder.spanFactory(SnapshotterSpanFactory)instead as it provides more configurability.DefaultSnapshotterSpanFactory.Builder.spanFactory(SpanFactory spanFactory) Sets theSpanFactoryto use to create the spans.EventSourcingRepository.Builder.spanFactory(SpanFactory spanFactory) Deprecated. -
Uses of SpanFactory in org.axonframework.eventsourcing.eventstore
Methods in org.axonframework.eventsourcing.eventstore with parameters of type SpanFactoryModifier and TypeMethodDescriptionEmbeddedEventStore.Builder.spanFactory(SpanFactory spanFactory) -
Uses of SpanFactory in org.axonframework.eventsourcing.eventstore.legacyjpa
Methods in org.axonframework.eventsourcing.eventstore.legacyjpa with parameters of type SpanFactoryModifier and TypeMethodDescriptionEmbeddedEventStore.Builder.spanFactory(SpanFactory spanFactory) -
Uses of SpanFactory in org.axonframework.modelling.command
Methods in org.axonframework.modelling.command with parameters of type SpanFactoryModifier and TypeMethodDescriptionAbstractRepository.Builder.spanFactory(SpanFactory spanFactory) Deprecated.UseAbstractRepository.Builder.spanFactory(RepositorySpanFactory)instead, as it provides more configuration optionsDefaultRepositorySpanFactory.Builder.spanFactory(SpanFactory spanFactory) Sets theSpanFactoryto use to create the spans.GenericJpaRepository.Builder.spanFactory(SpanFactory spanFactory) Deprecated.LockingRepository.Builder.spanFactory(SpanFactory spanFactory) Deprecated. -
Uses of SpanFactory in org.axonframework.modelling.command.legacyjpa
Methods in org.axonframework.modelling.command.legacyjpa with parameters of type SpanFactoryModifier and TypeMethodDescriptionGenericJpaRepository.Builder.spanFactory(SpanFactory spanFactory) Deprecated. -
Uses of SpanFactory in org.axonframework.modelling.saga
Methods in org.axonframework.modelling.saga with parameters of type SpanFactoryModifier and TypeMethodDescriptionAbstractSagaManager.Builder.spanFactory(SpanFactory spanFactory) AnnotatedSagaManager.Builder.spanFactory(SpanFactory spanFactory) Deprecated.DefaultSagaManagerSpanFactory.Builder.spanFactory(SpanFactory spanFactory) Sets theSpanFactoryto use to create the spans. -
Uses of SpanFactory in org.axonframework.queryhandling
Methods in org.axonframework.queryhandling with parameters of type SpanFactoryModifier and TypeMethodDescriptionDefaultQueryBusSpanFactory.Builder.spanFactory(SpanFactory spanFactory) Sets theSpanFactoryto use to create the spans.DefaultQueryUpdateEmitterSpanFactory.Builder.spanFactory(SpanFactory spanFactory) Sets theSpanFactoryto use to create the spans.SimpleQueryBus.Builder.spanFactory(SpanFactory spanFactory) Deprecated.UseSimpleQueryBus.Builder.spanFactory(QueryBusSpanFactory)instead as it provides more configurability.SimpleQueryUpdateEmitter.Builder.spanFactory(SpanFactory spanFactory) Deprecated.UseSimpleQueryUpdateEmitter.Builder.spanFactory(QueryUpdateEmitterSpanFactory)instead as it provides more configurability. -
Uses of SpanFactory in org.axonframework.spring.eventsourcing
Methods in org.axonframework.spring.eventsourcing with parameters of type SpanFactoryModifier and TypeMethodDescriptionSpringAggregateSnapshotter.Builder.spanFactory(SpanFactory spanFactory) -
Uses of SpanFactory in org.axonframework.springboot.autoconfig
Methods in org.axonframework.springboot.autoconfig that return SpanFactoryModifier and TypeMethodDescriptionAxonTracingAutoConfiguration.spanFactory()OpenTelemetryAutoConfiguration.spanFactory()Methods in org.axonframework.springboot.autoconfig with parameters of type SpanFactoryModifier and TypeMethodDescriptionAxonTracingAutoConfiguration.commandBusSpanFactory(SpanFactory spanFactory, TracingProperties properties) AxonTracingAutoConfiguration.deadlineManagerSpanFactory(SpanFactory spanFactory, TracingProperties properties) AxonTracingAutoConfiguration.eventBusSpanFactory(SpanFactory spanFactory) AxonTracingAutoConfiguration.eventProcessorSpanFactory(SpanFactory spanFactory, TracingProperties properties) AxonTracingAutoConfiguration.queryBusSpanFactory(SpanFactory spanFactory, TracingProperties properties) AxonTracingAutoConfiguration.queryUpdateEmitterSpanFactory(SpanFactory spanFactory) AxonTracingAutoConfiguration.repositorySpanFactory(SpanFactory spanFactory, TracingProperties properties) AxonTracingAutoConfiguration.sagaManagerSpanFactory(SpanFactory spanFactory, TracingProperties properties) AxonTracingAutoConfiguration.snapshotterSpanFactory(SpanFactory spanFactory, TracingProperties properties) AxonTracingAutoConfiguration.tracingHandlerEnhancerDefinition(SpanFactory spanFactory, TracingProperties properties) -
Uses of SpanFactory in org.axonframework.tracing
Classes in org.axonframework.tracing that implement SpanFactoryModifier and TypeClassDescriptionclassImplementation of aSpanFactorythat requires no java agent or APM system, only logging.classImplementation of aSpanFactorythat delegates calls to multiple other factories.classDeprecated.Various components have dedicated tracing SpanFactory interfaces since 4.9.0.classSpanFactoryimplementation that creates aNoOpSpanFactory.NoOpSpan.Methods in org.axonframework.tracing with parameters of type SpanFactoryModifier and TypeMethodDescriptionNestingSpanFactory.Builder.delegate(SpanFactory spanFactory) Defines the delegateSpanFactoryto use, which actually provides the spans.TracingHandlerEnhancerDefinition.Builder.spanFactory(SpanFactory spanFactory) Configures theSpanFactorythe handler enhancer should use for tracing.Constructor parameters in org.axonframework.tracing with type arguments of type SpanFactoryModifierConstructorDescriptionMultiSpanFactory(List<SpanFactory> spanFactories) Creates theMultiSpanFactorywith the delegate factory implementations that it should use. -
Uses of SpanFactory in org.axonframework.tracing.opentelemetry
Classes in org.axonframework.tracing.opentelemetry that implement SpanFactoryModifier and TypeClassDescriptionclassCreatesSpanimplementations that are compatible with OpenTelemetry java agent instrumentation.
AxonServerCommandBus.Builder.spanFactory(CommandBusSpanFactory)instead as it provides more configurability.