Interface LogInterceptor
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceLogInterceptor.Log
-
Field Summary
Fields Modifier and Type Field Description static LogInterceptorDEFAULT
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static LogInterceptorcomposite(Collection<LogInterceptor> interceptors)static LogInterceptorcomposite(LogInterceptor... interceptors)default Collection<LogInterceptor.Log>intercept(io.opentracing.Span span, long timestamp, Map<String,?> fields)default Collection<LogInterceptor.Log>intercept(io.opentracing.Span span, Map<String,?> fields)
-
-
-
Field Detail
-
DEFAULT
static final LogInterceptor DEFAULT
-
-
Method Detail
-
intercept
@CheckReturnValue default Collection<LogInterceptor.Log> intercept(io.opentracing.Span span, long timestamp, Map<String,?> fields)
-
intercept
@CheckReturnValue default Collection<LogInterceptor.Log> intercept(io.opentracing.Span span, Map<String,?> fields)
-
composite
static LogInterceptor composite(LogInterceptor... interceptors)
-
composite
static LogInterceptor composite(Collection<LogInterceptor> interceptors)
-
-