Uses of Interface
com.babelqueue.otel.Sender
Packages that use Sender
Package
Description
Optional OpenTelemetry tracing for babelqueue (ADR-0025) — the Java mirror of the Go
babelqueue-go/otel module.-
Uses of Sender in com.babelqueue.otel
Methods in com.babelqueue.otel with parameters of type SenderModifier and TypeMethodDescriptionstatic StringTracing.publish(io.opentelemetry.api.trace.Tracer tracer, String urn, Map<String, Object> data, Sender send) Publishes(urn, data)to the"default"queue under aPRODUCERspan.static StringTracing.publish(io.opentelemetry.api.trace.Tracer tracer, String urn, Map<String, Object> data, String queue, Sender send) Emits aPRODUCERspanpublish <urn>, carrying the active trace's id into the built envelope'strace_idso the downstream consumer recovers the same trace, then writes the envelope viasend.