| Modifier and Type | Method | Description |
|---|---|---|
abstract HttpTracing |
HttpTracing.Builder.build() |
|
HttpTracing |
HttpTracing.clientOf(java.lang.String serverName) |
Scopes this component for a client of the indicated server.
|
static HttpTracing |
HttpTracing.create(Tracing tracing) |
| Modifier and Type | Method | Description |
|---|---|---|
static <Req,Resp> HttpClientHandler |
HttpClientHandler.create(HttpTracing httpTracing,
HttpClientAdapter<Req,Resp> adapter) |
|
static <Req,Resp> HttpServerHandler |
HttpServerHandler.create(HttpTracing httpTracing,
HttpServerAdapter<Req,Resp> adapter) |
Copyright © 2018 OpenZipkin. All rights reserved.