GrpcTracing from brave-instrumentation-grpc@Deprecated public final class BraveGrpcServerInterceptor extends Object implements io.grpc.ServerInterceptor
| Modifier and Type | Class and Description |
|---|---|
static class |
BraveGrpcServerInterceptor.Builder
Deprecated.
|
| Constructor and Description |
|---|
BraveGrpcServerInterceptor(com.github.kristofa.brave.Brave brave)
Deprecated.
please use
create(Brave) or builder(Brave) |
| Modifier and Type | Method and Description |
|---|---|
static BraveGrpcServerInterceptor.Builder |
builder(com.github.kristofa.brave.Brave brave)
Deprecated.
|
static BraveGrpcServerInterceptor |
create(com.github.kristofa.brave.Brave brave)
Deprecated.
Creates a tracing interceptor with defaults.
|
<ReqT,RespT> |
interceptCall(io.grpc.ServerCall<ReqT,RespT> call,
io.grpc.Metadata requestHeaders,
io.grpc.ServerCallHandler<ReqT,RespT> next)
Deprecated.
|
@Deprecated public BraveGrpcServerInterceptor(com.github.kristofa.brave.Brave brave)
create(Brave) or builder(Brave)public static BraveGrpcServerInterceptor create(com.github.kristofa.brave.Brave brave)
builder(Brave) to customize.public static BraveGrpcServerInterceptor.Builder builder(com.github.kristofa.brave.Brave brave)
public <ReqT,RespT> io.grpc.ServerCall.Listener<ReqT> interceptCall(io.grpc.ServerCall<ReqT,RespT> call,
io.grpc.Metadata requestHeaders,
io.grpc.ServerCallHandler<ReqT,RespT> next)
interceptCall in interface io.grpc.ServerInterceptorCopyright © 2017 OpenZipkin. All rights reserved.