| Package | Description |
|---|---|
| zipkin |
| Modifier and Type | Method and Description |
|---|---|
static Endpoint.Builder |
Endpoint.builder() |
Endpoint.Builder |
Endpoint.Builder.ipv4(int ipv4) |
Endpoint.Builder |
Endpoint.Builder.ipv6(byte[] ipv6)
When not null, this sets the
Endpoint.ipv6, unless the input is an IPv4-Compatible or IPv4-Mapped
Embedded IPv6 Address. |
Endpoint.Builder |
Endpoint.Builder.port(int port)
Use this to set the port to an externally defined value.
|
Endpoint.Builder |
Endpoint.Builder.port(Short port) |
Endpoint.Builder |
Endpoint.Builder.serviceName(String serviceName) |
Endpoint.Builder |
Endpoint.toBuilder() |
Copyright © 2015–2018 OpenZipkin. All rights reserved.