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
InterruptedExceptionCopyright © 2017. All rights reserved.