Uses of Interface
org.zalando.opentracing.proxy.listen.tag.TagListener
-
Packages that use TagListener Package Description org.zalando.opentracing.proxy.intercept.tag org.zalando.opentracing.proxy.listen.tag org.zalando.opentracing.proxy.plugin -
-
Uses of TagListener in org.zalando.opentracing.proxy.intercept.tag
Methods in org.zalando.opentracing.proxy.intercept.tag with parameters of type TagListener Modifier and Type Method Description voidTagInterceptor.TagPair. notify(TagListener listener, io.opentracing.Span span)voidTagInterceptor.TagPair. notify(TagListener listener, io.opentracing.Tracer.SpanBuilder builder) -
Uses of TagListener in org.zalando.opentracing.proxy.listen.tag
Fields in org.zalando.opentracing.proxy.listen.tag declared as TagListener Modifier and Type Field Description static TagListenerTagListener. DEFAULTMethods in org.zalando.opentracing.proxy.listen.tag that return TagListener Modifier and Type Method Description static TagListenerTagListener. composite(Iterable<TagListener> listeners)static TagListenerTagListener. composite(TagListener... listeners)Methods in org.zalando.opentracing.proxy.listen.tag with parameters of type TagListener Modifier and Type Method Description static TagListenerTagListener. composite(TagListener... listeners)Method parameters in org.zalando.opentracing.proxy.listen.tag with type arguments of type TagListener Modifier and Type Method Description static TagListenerTagListener. composite(Iterable<TagListener> listeners) -
Uses of TagListener in org.zalando.opentracing.proxy.plugin
Classes in org.zalando.opentracing.proxy.plugin that implement TagListener Modifier and Type Class Description classAutoBaggage
-