Uses of Interface
org.axonframework.modelling.command.RepositorySpanFactory
Packages that use RepositorySpanFactory
Package
Description
Classes related to event sourcing.
-
Uses of RepositorySpanFactory in org.axonframework.config
Methods in org.axonframework.config that return RepositorySpanFactoryModifier and TypeMethodDescriptionprotected RepositorySpanFactoryDefaultConfigurer.defaultRepositorySpanFactory(Configuration config) Returns the defaultRepositorySpanFactory, or aDefaultRepositorySpanFactorybacked by the configuredSpanFactoryif none it set. -
Uses of RepositorySpanFactory in org.axonframework.eventsourcing
Methods in org.axonframework.eventsourcing with parameters of type RepositorySpanFactoryModifier and TypeMethodDescriptionEventSourcingRepository.Builder.spanFactory(RepositorySpanFactory spanFactory) -
Uses of RepositorySpanFactory in org.axonframework.modelling.command
Classes in org.axonframework.modelling.command that implement RepositorySpanFactoryFields in org.axonframework.modelling.command declared as RepositorySpanFactoryModifier and TypeFieldDescriptionprotected final RepositorySpanFactoryAbstractRepository.spanFactoryMethods in org.axonframework.modelling.command with parameters of type RepositorySpanFactoryModifier and TypeMethodDescriptionAbstractRepository.Builder.spanFactory(RepositorySpanFactory spanFactory) Sets theRepositorySpanFactoryimplementation to use for providing tracing capabilities.GenericJpaRepository.Builder.spanFactory(RepositorySpanFactory spanFactory) -
Uses of RepositorySpanFactory in org.axonframework.modelling.command.legacyjpa
Methods in org.axonframework.modelling.command.legacyjpa with parameters of type RepositorySpanFactoryModifier and TypeMethodDescriptionGenericJpaRepository.Builder.spanFactory(RepositorySpanFactory spanFactory) -
Uses of RepositorySpanFactory in org.axonframework.springboot.autoconfig
Methods in org.axonframework.springboot.autoconfig that return RepositorySpanFactoryModifier and TypeMethodDescriptionAxonTracingAutoConfiguration.repositorySpanFactory(SpanFactory spanFactory, TracingProperties properties)