Uses of Interface
org.zalando.opentracing.proxy.intercept.baggage.BaggageInterceptor
-
Packages that use BaggageInterceptor Package Description org.zalando.opentracing.proxy.intercept.baggage -
-
Uses of BaggageInterceptor in org.zalando.opentracing.proxy.intercept.baggage
Fields in org.zalando.opentracing.proxy.intercept.baggage declared as BaggageInterceptor Modifier and Type Field Description static BaggageInterceptorBaggageInterceptor. DEFAULTMethods in org.zalando.opentracing.proxy.intercept.baggage that return BaggageInterceptor Modifier and Type Method Description static BaggageInterceptorBaggageInterceptor. composite(Collection<BaggageInterceptor> interceptors)static BaggageInterceptorBaggageInterceptor. composite(BaggageInterceptor... interceptors)Methods in org.zalando.opentracing.proxy.intercept.baggage with parameters of type BaggageInterceptor Modifier and Type Method Description static BaggageInterceptorBaggageInterceptor. composite(BaggageInterceptor... interceptors)Method parameters in org.zalando.opentracing.proxy.intercept.baggage with type arguments of type BaggageInterceptor Modifier and Type Method Description static BaggageInterceptorBaggageInterceptor. composite(Collection<BaggageInterceptor> interceptors)
-