GrpcTracing from brave-instrumentation-grpc@Deprecated public final class BraveGrpcClientInterceptor extends Object implements io.grpc.ClientInterceptor
| Modifier and Type | Class and Description |
|---|---|
static class |
BraveGrpcClientInterceptor.Builder
Deprecated.
|
| Constructor and Description |
|---|
BraveGrpcClientInterceptor(com.github.kristofa.brave.Brave brave)
Deprecated.
please use
create(Brave) or builder(Brave) |
| Modifier and Type | Method and 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 © 2017 OpenZipkin. All rights reserved.