| Modifier and Type | Interface and Description |
|---|---|
static interface |
TagInterceptor.TagPair |
| Modifier and Type | Field and Description |
|---|---|
static TagInterceptor |
DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
static TagInterceptor |
composite(Collection<TagInterceptor> interceptors) |
static TagInterceptor |
composite(TagInterceptor... interceptors) |
default <T> Collection<TagInterceptor.TagPair> |
intercept(io.opentracing.tag.Tag<T> tag,
T value) |
static final TagInterceptor DEFAULT
@CheckReturnValue default <T> Collection<TagInterceptor.TagPair> intercept(io.opentracing.tag.Tag<T> tag, T value)
static TagInterceptor composite(TagInterceptor... interceptors)
static TagInterceptor composite(Collection<TagInterceptor> interceptors)
Copyright © 2019–2021 Zalando SE. All rights reserved.