@API(status=EXPERIMENTAL)
public interface FlowListener
| Modifier and Type | Method and Description |
|---|---|
static FlowListener |
composite(FlowListener... listeners) |
static FlowListener |
composite(Iterable<FlowListener> listeners) |
void |
onRead(io.opentracing.Span span,
FlowId flowId) |
void onRead(io.opentracing.Span span,
FlowId flowId)
static FlowListener composite(FlowListener... listeners)
static FlowListener composite(Iterable<FlowListener> listeners)
Copyright © 2019–2022 Zalando SE. All rights reserved.