Uses of Interface
org.zalando.opentracing.proxy.listen.baggage.BaggageListener
-
Packages that use BaggageListener Package Description org.zalando.opentracing.proxy.listen.baggage org.zalando.opentracing.proxy.plugin -
-
Uses of BaggageListener in org.zalando.opentracing.proxy.listen.baggage
Fields in org.zalando.opentracing.proxy.listen.baggage declared as BaggageListener Modifier and Type Field Description static BaggageListenerBaggageListener. DEFAULTMethods in org.zalando.opentracing.proxy.listen.baggage that return BaggageListener Modifier and Type Method Description static BaggageListenerBaggageListener. composite(Iterable<BaggageListener> listeners)static BaggageListenerBaggageListener. composite(BaggageListener... listeners)Methods in org.zalando.opentracing.proxy.listen.baggage with parameters of type BaggageListener Modifier and Type Method Description static BaggageListenerBaggageListener. composite(BaggageListener... listeners)Method parameters in org.zalando.opentracing.proxy.listen.baggage with type arguments of type BaggageListener Modifier and Type Method Description static BaggageListenerBaggageListener. composite(Iterable<BaggageListener> listeners) -
Uses of BaggageListener in org.zalando.opentracing.proxy.plugin
Classes in org.zalando.opentracing.proxy.plugin that implement BaggageListener Modifier and Type Class Description classAutoTaggingclassLogCorrelation
-