public interface SimpleTagListener extends TagListener
| Modifier and Type | Method and Description |
|---|---|
default <T> void |
onTag(io.opentracing.Span span,
io.opentracing.tag.Tag<T> tag,
T value) |
default <T> void |
onTag(io.opentracing.tag.Tag<T> tag,
T value) |
default <T> void |
onTag(io.opentracing.Tracer.SpanBuilder builder,
io.opentracing.tag.Tag<T> tag,
T value) |
composite, composite, registerTodefault <T> void onTag(io.opentracing.tag.Tag<T> tag,
T value)
default <T> void onTag(io.opentracing.Tracer.SpanBuilder builder,
io.opentracing.tag.Tag<T> tag,
T value)
onTag in interface TagListenerdefault <T> void onTag(io.opentracing.Span span,
io.opentracing.tag.Tag<T> tag,
T value)
onTag in interface TagListenerCopyright © 2019 Zalando SE. All rights reserved.