io.grpc.ClientInterceptorGrpcTracing from brave-instrumentation-grpc@Deprecated
public final class BraveGrpcClientInterceptor
extends java.lang.Object
implements io.grpc.ClientInterceptor
| Modifier and Type | Class | Description |
|---|---|---|
static class |
BraveGrpcClientInterceptor.Builder |
Deprecated.
|
| Constructor | Description |
|---|---|
BraveGrpcClientInterceptor(com.github.kristofa.brave.Brave brave) |
Deprecated.
please use
create(Brave) or builder(Brave) |
| Modifier and Type | Method | Description |
|---|---|---|
static BraveGrpcClientInterceptor.Builder |
builder(com.github.kristofa.brave.Brave brave) |
Deprecated.
|
static BraveGrpcClientInterceptor |
create(com.github.kristofa.brave.Brave brave) |
Deprecated.
Creates a tracing interceptor with defaults.
|
<ReqT,RespT> |
interceptCall(io.grpc.MethodDescriptor<ReqT,RespT> method,
io.grpc.CallOptions callOptions,
io.grpc.Channel next) |
Deprecated.
|
@Deprecated public BraveGrpcClientInterceptor(com.github.kristofa.brave.Brave brave)
create(Brave) or builder(Brave)public static BraveGrpcClientInterceptor create(com.github.kristofa.brave.Brave brave)
builder(Brave) to customize.public static BraveGrpcClientInterceptor.Builder builder(com.github.kristofa.brave.Brave brave)
public <ReqT,RespT> io.grpc.ClientCall<ReqT,RespT> interceptCall(io.grpc.MethodDescriptor<ReqT,RespT> method,
io.grpc.CallOptions callOptions,
io.grpc.Channel next)
interceptCall in interface io.grpc.ClientInterceptorCopyright © 2018 OpenZipkin. All rights reserved.