public interface CollectorComponent extends Component
Call start() to start collecting spans.
| Modifier and Type | Interface and Description |
|---|---|
static interface |
CollectorComponent.Builder |
Component.CheckResult| Modifier and Type | Method and Description |
|---|---|
CollectorComponent |
start()
Starts the server-side of the transport, typically listening or looking up a queue.
|
CollectorComponent start()
Many implementations block the calling thread until services are available.
Copyright © 2015–2018 OpenZipkin. All rights reserved.