Package | Description |
---|---|
org.axonframework.eventsourcing |
Classes related to event sourcing.
|
Modifier and Type | Method and Description |
---|---|
DefaultSnapshotterSpanFactory.Builder |
DefaultSnapshotterSpanFactory.Builder.aggregateTypeInSpanName(boolean aggregateTypeInSpanName)
Whether the aggregate type should be included in the span name.
|
static DefaultSnapshotterSpanFactory.Builder |
DefaultSnapshotterSpanFactory.builder()
Creates a new
DefaultSnapshotterSpanFactory.Builder to build a DefaultSnapshotterSpanFactory with. |
DefaultSnapshotterSpanFactory.Builder |
DefaultSnapshotterSpanFactory.Builder.separateTrace(boolean separateTrace)
Sets whether the creation of the snapshot should be represented by a separate trace.
|
DefaultSnapshotterSpanFactory.Builder |
DefaultSnapshotterSpanFactory.Builder.spanFactory(SpanFactory spanFactory)
Sets the
SpanFactory to use to create the spans. |
Constructor and Description |
---|
DefaultSnapshotterSpanFactory(DefaultSnapshotterSpanFactory.Builder builder)
Creates a new
DefaultSnapshotterSpanFactory using the provided builder . |
Copyright © 2010–2024. All rights reserved.