Uses of Interface
io.opentelemetry.api.incubator.trace.SpanRunnable
-
Packages that use SpanRunnable Package Description io.opentelemetry.api.incubator.trace io.opentelemetry.sdk.trace The OpenTelemetry SDK implementation of tracing. -
-
Uses of SpanRunnable in io.opentelemetry.api.incubator.trace
Methods in io.opentelemetry.api.incubator.trace with parameters of type SpanRunnable Modifier and Type Method Description <E extends java.lang.Throwable>
voidExtendedDefaultTracer.NoopSpanBuilder. startAndRun(SpanRunnable<E> runnable)
<E extends java.lang.Throwable>
voidExtendedDefaultTracer.NoopSpanBuilder. startAndRun(SpanRunnable<E> runnable, java.util.function.BiConsumer<Span,java.lang.Throwable> handleException)
<E extends java.lang.Throwable>
voidExtendedSpanBuilder. startAndRun(SpanRunnable<E> runnable)
Runs the givenSpanRunnable
inside of the span created by the givenSpanBuilder
.<E extends java.lang.Throwable>
voidExtendedSpanBuilder. startAndRun(SpanRunnable<E> runnable, java.util.function.BiConsumer<Span,java.lang.Throwable> handleException)
Runs the givenSpanRunnable
inside of the span created by the givenSpanBuilder
. -
Uses of SpanRunnable in io.opentelemetry.sdk.trace
Methods in io.opentelemetry.sdk.trace with parameters of type SpanRunnable Modifier and Type Method Description <E extends java.lang.Throwable>
voidSdkSpanBuilder. startAndRun(SpanRunnable<E> runnable)
<E extends java.lang.Throwable>
voidSdkSpanBuilder. startAndRun(SpanRunnable<E> runnable, java.util.function.BiConsumer<Span,java.lang.Throwable> handleException)
-