Uses of Interface
org.axonframework.eventsourcing.SnapshotterSpanFactory
Packages that use SnapshotterSpanFactory
Package
Description
Classes related to event sourcing.
-
Uses of SnapshotterSpanFactory in org.axonframework.config
Methods in org.axonframework.config that return SnapshotterSpanFactoryModifier and TypeMethodDescriptionprotected SnapshotterSpanFactoryDefaultConfigurer.defaultSnapshotterSpanFactory(Configuration config) Returns the defaultSnapshotterSpanFactory, or aDefaultSnapshotterSpanFactorybacked by the configuredSpanFactoryif none it set. -
Uses of SnapshotterSpanFactory in org.axonframework.eventsourcing
Classes in org.axonframework.eventsourcing that implement SnapshotterSpanFactoryMethods in org.axonframework.eventsourcing with parameters of type SnapshotterSpanFactoryModifier and TypeMethodDescriptionAbstractSnapshotter.Builder.spanFactory(SnapshotterSpanFactory spanFactory) Sets theSnapshotterSpanFactoryimplementation to use for providing tracing capabilities.AggregateSnapshotter.Builder.spanFactory(SnapshotterSpanFactory spanFactory) -
Uses of SnapshotterSpanFactory in org.axonframework.spring.eventsourcing
Methods in org.axonframework.spring.eventsourcing with parameters of type SnapshotterSpanFactoryModifier and TypeMethodDescriptionSpringAggregateSnapshotter.Builder.spanFactory(SnapshotterSpanFactory spanFactory) -
Uses of SnapshotterSpanFactory in org.axonframework.springboot.autoconfig
Methods in org.axonframework.springboot.autoconfig that return SnapshotterSpanFactoryModifier and TypeMethodDescriptionAxonTracingAutoConfiguration.snapshotterSpanFactory(SpanFactory spanFactory, TracingProperties properties) Methods in org.axonframework.springboot.autoconfig with parameters of type SnapshotterSpanFactoryModifier and TypeMethodDescriptionAxonAutoConfiguration.aggregateSnapshotter(Configuration configuration, HandlerDefinition handlerDefinition, ParameterResolverFactory parameterResolverFactory, EventStore eventStore, TransactionManager transactionManager, SnapshotterSpanFactory spanFactory)