| Package | Description |
|---|---|
| org.axonframework.config | |
| org.axonframework.eventsourcing |
Classes related to event sourcing.
|
| org.axonframework.spring.eventsourcing | |
| org.axonframework.springboot.autoconfig |
| Modifier and Type | Method and Description |
|---|---|
protected SnapshotterSpanFactory |
DefaultConfigurer.defaultSnapshotterSpanFactory(Configuration config)
Returns the default
SnapshotterSpanFactory, or a DefaultSnapshotterSpanFactory backed by the
configured SpanFactory if none it set. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSnapshotterSpanFactory
Default implementation of the
SnapshotterSpanFactory. |
| Modifier and Type | Method and Description |
|---|---|
AggregateSnapshotter.Builder |
AggregateSnapshotter.Builder.spanFactory(SnapshotterSpanFactory spanFactory) |
AbstractSnapshotter.Builder |
AbstractSnapshotter.Builder.spanFactory(SnapshotterSpanFactory spanFactory)
Sets the
SnapshotterSpanFactory implementation to use for providing tracing capabilities. |
| Modifier and Type | Method and Description |
|---|---|
SpringAggregateSnapshotter.Builder |
SpringAggregateSnapshotter.Builder.spanFactory(SnapshotterSpanFactory spanFactory) |
| Modifier and Type | Method and Description |
|---|---|
SnapshotterSpanFactory |
AxonTracingAutoConfiguration.snapshotterSpanFactory(SpanFactory spanFactory,
TracingProperties properties) |
| Modifier and Type | Method and Description |
|---|---|
SpringAggregateSnapshotter |
AxonAutoConfiguration.aggregateSnapshotter(Configuration configuration,
HandlerDefinition handlerDefinition,
ParameterResolverFactory parameterResolverFactory,
EventStore eventStore,
TransactionManager transactionManager,
SnapshotterSpanFactory spanFactory) |
Copyright © 2010–2025. All rights reserved.