Uses of Interface
org.zalando.opentracing.proxy.intercept.span.SpanBuilderInterceptor
-
Packages that use SpanBuilderInterceptor Package Description org.zalando.opentracing.proxy.intercept.span org.zalando.opentracing.proxy.plugin -
-
Uses of SpanBuilderInterceptor in org.zalando.opentracing.proxy.intercept.span
Fields in org.zalando.opentracing.proxy.intercept.span declared as SpanBuilderInterceptor Modifier and Type Field Description static SpanBuilderInterceptorSpanBuilderInterceptor. DEFAULTMethods in org.zalando.opentracing.proxy.intercept.span that return SpanBuilderInterceptor Modifier and Type Method Description static SpanBuilderInterceptorSpanBuilderInterceptor. composite(Collection<SpanBuilderInterceptor> interceptors)static SpanBuilderInterceptorSpanBuilderInterceptor. composite(SpanBuilderInterceptor... interceptors)Methods in org.zalando.opentracing.proxy.intercept.span with parameters of type SpanBuilderInterceptor Modifier and Type Method Description static SpanBuilderInterceptorSpanBuilderInterceptor. composite(SpanBuilderInterceptor... interceptors)Method parameters in org.zalando.opentracing.proxy.intercept.span with type arguments of type SpanBuilderInterceptor Modifier and Type Method Description static SpanBuilderInterceptorSpanBuilderInterceptor. composite(Collection<SpanBuilderInterceptor> interceptors) -
Uses of SpanBuilderInterceptor in org.zalando.opentracing.proxy.plugin
Classes in org.zalando.opentracing.proxy.plugin that implement SpanBuilderInterceptor Modifier and Type Class Description classTagPropagation
-