public interface SpanContextAware
| Modifier and Type | Method and Description |
|---|---|
SpanContext |
getSpanContext() |
void |
setSpanContext(SpanContext spanContext) |
SpanContext getSpanContext()
SpanContext associated with the event.void setSpanContext(SpanContext spanContext)
spanContext - the distributed trace context to set.Copyright © 2003–2023 MuleSoft, Inc.. All rights reserved.