public interface ServerSpanDecorator
TracingServerInterceptor.| Modifier and Type | Method and Description |
|---|---|
void |
interceptCall(io.opentracing.Span span,
io.grpc.ServerCall call,
io.grpc.Metadata headers)
The method of the implementation is executed inside
TracingServerInterceptor.interceptCall(io.grpc.ServerCall<ReqT, RespT>, io.grpc.Metadata, io.grpc.ServerCallHandler<ReqT, RespT>). |
void interceptCall(io.opentracing.Span span,
io.grpc.ServerCall call,
io.grpc.Metadata headers)
TracingServerInterceptor.interceptCall(io.grpc.ServerCall<ReqT, RespT>, io.grpc.Metadata, io.grpc.ServerCallHandler<ReqT, RespT>).span - The span created by TracingServerInterceptorcall - The ServerCall parameter of TracingServerInterceptor.interceptCall(io.grpc.ServerCall<ReqT, RespT>, io.grpc.Metadata, io.grpc.ServerCallHandler<ReqT, RespT>)headers - The Metadata parameter of TracingServerInterceptor.interceptCall(io.grpc.ServerCall<ReqT, RespT>, io.grpc.Metadata, io.grpc.ServerCallHandler<ReqT, RespT>)Copyright © 2017-2019–2019. All rights reserved.