Uses of Class
io.smallrye.reactive.messaging.TracingMetadata
-
Packages that use TracingMetadata Package Description io.smallrye.reactive.messaging -
-
Uses of TracingMetadata in io.smallrye.reactive.messaging
Methods in io.smallrye.reactive.messaging that return TracingMetadata Modifier and Type Method Description static TracingMetadataTracingMetadata. empty()Returns an empty tracing metadata.static TracingMetadataTracingMetadata. withCurrent(io.opentelemetry.context.Context currentContext)static TracingMetadataTracingMetadata. withPrevious(io.opentelemetry.context.Context previousContext)TracingMetadataTracingMetadata. withSpan(io.opentelemetry.api.trace.Span span)Methods in io.smallrye.reactive.messaging that return types with arguments of type TracingMetadata Modifier and Type Method Description static Optional<TracingMetadata>TracingMetadata. fromMessage(Message<?> message)
-