Interface TagInterceptor
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceTagInterceptor.TagPair
-
Field Summary
Fields Modifier and Type Field Description static TagInterceptorDEFAULT
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static TagInterceptorcomposite(Collection<TagInterceptor> interceptors)static TagInterceptorcomposite(TagInterceptor... interceptors)default <T> Collection<TagInterceptor.TagPair>intercept(io.opentracing.tag.Tag<T> tag, T value)
-
-
-
Field Detail
-
DEFAULT
static final TagInterceptor DEFAULT
-
-
Method Detail
-
intercept
@CheckReturnValue default <T> Collection<TagInterceptor.TagPair> intercept(io.opentracing.tag.Tag<T> tag, T value)
-
composite
static TagInterceptor composite(TagInterceptor... interceptors)
-
composite
static TagInterceptor composite(Collection<TagInterceptor> interceptors)
-
-