Interface BaggageInterceptor
-
-
Field Summary
Fields Modifier and Type Field Description static BaggageInterceptorDEFAULT
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static BaggageInterceptorcomposite(Collection<BaggageInterceptor> interceptors)static BaggageInterceptorcomposite(BaggageInterceptor... interceptors)default Map<String,String>intercept(io.opentracing.Span span, String key, String value)
-
-
-
Field Detail
-
DEFAULT
static final BaggageInterceptor DEFAULT
-
-
Method Detail
-
intercept
@CheckReturnValue default Map<String,String> intercept(io.opentracing.Span span, String key, String value)
-
composite
static BaggageInterceptor composite(BaggageInterceptor... interceptors)
-
composite
static BaggageInterceptor composite(Collection<BaggageInterceptor> interceptors)
-
-