| Modifier and Type | Interface and Description |
|---|---|
static interface |
LogInterceptor.Log |
| Modifier and Type | Field and Description |
|---|---|
static LogInterceptor |
DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
static LogInterceptor |
composite(Collection<LogInterceptor> interceptors) |
static LogInterceptor |
composite(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) |
static final LogInterceptor DEFAULT
@CheckReturnValue default Collection<LogInterceptor.Log> intercept(io.opentracing.Span span, long timestamp, Map<String,?> fields)
@CheckReturnValue default Collection<LogInterceptor.Log> intercept(io.opentracing.Span span, Map<String,?> fields)
static LogInterceptor composite(LogInterceptor... interceptors)
static LogInterceptor composite(Collection<LogInterceptor> interceptors)
Copyright © 2019–2022 Zalando SE. All rights reserved.