public static final class ScribeCollector.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ScribeCollector.Builder |
category(String category)
Category zipkin spans will be consumed from.
|
ScribeCollector.Builder |
port(int port)
The port to listen on.
|
ScribeCollector |
writeTo(StorageComponent storage,
Sampler sampler) |
public ScribeCollector.Builder category(String category)
public ScribeCollector.Builder port(int port)
public ScribeCollector writeTo(StorageComponent storage, Sampler sampler)
Copyright © 2015–2016 OpenZipkin. All rights reserved.