Interface BaggageListener
-
- All Superinterfaces:
Plugin
- All Known Implementing Classes:
AutoTagging,LogCorrelation
@API(status=MAINTAINED) public interface BaggageListener extends Plugin
-
-
Field Summary
Fields Modifier and Type Field Description static BaggageListenerDEFAULT
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static BaggageListenercomposite(Iterable<BaggageListener> listeners)static BaggageListenercomposite(BaggageListener... listeners)voidonBaggage(io.opentracing.Tracer tracer, io.opentracing.Span span, String key, String value)
-
-
-
Field Detail
-
DEFAULT
static final BaggageListener DEFAULT
-
-
Method Detail
-
onBaggage
void onBaggage(io.opentracing.Tracer tracer, io.opentracing.Span span, String key, String value)
-
composite
static BaggageListener composite(BaggageListener... listeners)
-
composite
static BaggageListener composite(Iterable<BaggageListener> listeners)
-
-