@API(status=MAINTAINED) public interface TagListener extends Plugin
| Modifier and Type | Field and Description |
|---|---|
static TagListener |
DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
static TagListener |
composite(Iterable<TagListener> listeners) |
static TagListener |
composite(TagListener... listeners) |
default <T> void |
onTag(io.opentracing.Span span,
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) |
static final TagListener DEFAULT
default <T> void onTag(io.opentracing.Tracer.SpanBuilder builder,
io.opentracing.tag.Tag<T> tag,
T value)
default <T> void onTag(io.opentracing.Span span,
io.opentracing.tag.Tag<T> tag,
T value)
static TagListener composite(TagListener... listeners)
static TagListener composite(Iterable<TagListener> listeners)
Copyright © 2019–2021 Zalando SE. All rights reserved.