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