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