public interface ClientSpanDecorator
TracingClientInterceptor.| Modifier and Type | Method and Description |
|---|---|
void |
interceptCall(io.opentracing.Span span,
io.grpc.MethodDescriptor method,
io.grpc.CallOptions callOptions)
The method of the implementation is executed inside
TracingClientInterceptor.interceptCall(io.grpc.MethodDescriptor<ReqT, RespT>, io.grpc.CallOptions, io.grpc.Channel). |
void interceptCall(io.opentracing.Span span,
io.grpc.MethodDescriptor method,
io.grpc.CallOptions callOptions)
TracingClientInterceptor.interceptCall(io.grpc.MethodDescriptor<ReqT, RespT>, io.grpc.CallOptions, io.grpc.Channel).span - The span created by TracingClientInterceptorcallOptions - The ServerCall parameter of TracingClientInterceptor.interceptCall(io.grpc.MethodDescriptor<ReqT, RespT>, io.grpc.CallOptions, io.grpc.Channel)method - The MethodDescriptor parameter of TracingClientInterceptor.interceptCall(io.grpc.MethodDescriptor<ReqT, RespT>, io.grpc.CallOptions, io.grpc.Channel)Copyright © 2017-2019–2019. All rights reserved.