public interface FinishedSpanWriter<T>
| Modifier and Type | Method and Description |
|---|---|
T |
write(TextOutputFormat format,
List<org.springframework.cloud.sleuth.exporter.FinishedSpan> spans)
Writes the spans in a given format to String.
|
T write(TextOutputFormat format, List<org.springframework.cloud.sleuth.exporter.FinishedSpan> spans)
format - format in which spans should be storedspans - spans to storenull if TextOutputFormat
is not supported.Copyright © 2021 Pivotal Software, Inc.. All rights reserved.