Uses of Interface
org.zalando.opentracing.proxy.intercept.log.LogInterceptor.Log
-
Packages that use LogInterceptor.Log Package Description org.zalando.opentracing.proxy.intercept.log -
-
Uses of LogInterceptor.Log in org.zalando.opentracing.proxy.intercept.log
Methods in org.zalando.opentracing.proxy.intercept.log that return LogInterceptor.Log Modifier and Type Method Description static LogInterceptor.LogLogInterceptor.Log. of(long timestamp, Map<String,?> fields)static LogInterceptor.LogLogInterceptor.Log. of(Map<String,?> fields)Methods in org.zalando.opentracing.proxy.intercept.log that return types with arguments of type LogInterceptor.Log Modifier and Type Method Description default Collection<LogInterceptor.Log>LogInterceptor. intercept(io.opentracing.Span span, long timestamp, Map<String,?> fields)default Collection<LogInterceptor.Log>LogInterceptor. intercept(io.opentracing.Span span, Map<String,?> fields)
-