| Modifier and Type | Field and Description |
|---|---|
static BaggageInterceptor |
DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
static BaggageInterceptor |
composite(BaggageInterceptor... interceptors) |
static BaggageInterceptor |
composite(Collection<BaggageInterceptor> interceptors) |
default Map<String,String> |
intercept(io.opentracing.Span span,
String key,
String value) |
static final BaggageInterceptor DEFAULT
@CheckReturnValue default Map<String,String> intercept(io.opentracing.Span span, String key, String value)
static BaggageInterceptor composite(BaggageInterceptor... interceptors)
static BaggageInterceptor composite(Collection<BaggageInterceptor> interceptors)
Copyright © 2019–2022 Zalando SE. All rights reserved.