Package org.zalando.opentracing.flowid
Interface FlowListener
-
- All Known Implementing Classes:
TagFlowListener
@API(status=EXPERIMENTAL) public interface FlowListener
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static FlowListenercomposite(Iterable<FlowListener> listeners)static FlowListenercomposite(FlowListener... listeners)voidonRead(io.opentracing.Span span, FlowId flowId)
-
-
-
Method Detail
-
onRead
void onRead(io.opentracing.Span span, FlowId flowId)
-
composite
static FlowListener composite(FlowListener... listeners)
-
composite
static FlowListener composite(Iterable<FlowListener> listeners)
-
-