Class DefaultSnapshotterSpanFactory

java.lang.Object
org.axonframework.eventsourcing.DefaultSnapshotterSpanFactory
All Implemented Interfaces:
SnapshotterSpanFactory

public class DefaultSnapshotterSpanFactory extends Object implements SnapshotterSpanFactory
Default implementation of the SnapshotterSpanFactory. Can be configured to include the aggregate type in the span name (true by default) and to create a separate trace for the creation of the snapshot (false by default).
Since:
4.9.0
Author:
Mitchell Herrijgers