Package | Description |
---|---|
org.axonframework.config | |
org.axonframework.eventsourcing |
Classes related to event sourcing.
|
org.axonframework.modelling.command | |
org.axonframework.modelling.command.legacyjpa | |
org.axonframework.springboot.autoconfig |
Modifier and Type | Method and Description |
---|---|
protected RepositorySpanFactory |
DefaultConfigurer.defaultRepositorySpanFactory(Configuration config)
Returns the default
RepositorySpanFactory , or a
DefaultRepositorySpanFactory backed by the configured SpanFactory if none it set. |
Modifier and Type | Method and Description |
---|---|
EventSourcingRepository.Builder<T> |
EventSourcingRepository.Builder.spanFactory(RepositorySpanFactory spanFactory) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultRepositorySpanFactory
Default implementation of the
RepositorySpanFactory . |
Modifier and Type | Field and Description |
---|---|
protected RepositorySpanFactory |
AbstractRepository.spanFactory |
Modifier and Type | Method and Description |
---|---|
GenericJpaRepository.Builder<T> |
GenericJpaRepository.Builder.spanFactory(RepositorySpanFactory spanFactory) |
AbstractRepository.Builder<T> |
AbstractRepository.Builder.spanFactory(RepositorySpanFactory spanFactory)
Sets the
RepositorySpanFactory implementation to use for providing tracing capabilities. |
Modifier and Type | Method and Description |
---|---|
GenericJpaRepository.Builder<T> |
GenericJpaRepository.Builder.spanFactory(RepositorySpanFactory spanFactory) |
Modifier and Type | Method and Description |
---|---|
RepositorySpanFactory |
AxonTracingAutoConfiguration.repositorySpanFactory(SpanFactory spanFactory,
TracingProperties properties) |
Copyright © 2010–2024. All rights reserved.