| Package | Description |
|---|---|
| io.smallrye.reactive.messaging |
| Modifier and Type | Method and Description |
|---|---|
static TracingMetadata |
TracingMetadata.empty()
Returns an empty tracing metadata.
|
static TracingMetadata |
TracingMetadata.withCurrent(io.opentelemetry.context.Context currentContext) |
static TracingMetadata |
TracingMetadata.withPrevious(io.opentelemetry.context.Context previousContext) |
TracingMetadata |
TracingMetadata.withSpan(io.opentelemetry.api.trace.Span span) |
| Modifier and Type | Method and Description |
|---|---|
static Optional<TracingMetadata> |
TracingMetadata.fromMessage(Message<?> message)
|
Copyright © 2018–2021 SmallRye. All rights reserved.