public class TraceQueue extends Object
| Constructor and Description |
|---|
TraceQueue() |
| Modifier and Type | Method and Description |
|---|---|
List<Span> |
consume()
Consume traces.
|
void |
supply(Span span)
Supply a span.
|
public void supply(Span span)
span - The trace to supplypublic List<Span> consume() throws InterruptedException
InterruptedException - when wait for spans is ended earlyCopyright © 2017–2019. All rights reserved.