Uses of Interface
io.opentelemetry.api.incubator.trace.SpanCallable
Packages that use SpanCallable
-
Uses of SpanCallable in io.opentelemetry.api.incubator.trace
Methods in io.opentelemetry.api.incubator.trace with parameters of type SpanCallableModifier and TypeMethodDescription<T, E extends Throwable>
TExtendedSpanBuilder.startAndCall(SpanCallable<T, E> spanCallable) Runs the givenSpanCallableinside of the span created by the givenSpanBuilder.<T, E extends Throwable>
TExtendedSpanBuilder.startAndCall(SpanCallable<T, E> spanCallable, BiConsumer<Span, Throwable> handleException) Runs the givenSpanCallableinside of the span created by the givenSpanBuilder.