- java.lang.Object
-
- io.helidon.grpc.server.GrpcTracing
-
- All Implemented Interfaces:
io.grpc.ServerInterceptor
@Priority(1001) public class GrpcTracing extends Object implements io.grpc.ServerInterceptor
AServerInterceptor
that adds tracing to gRPC service calls.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <ReqT,RespT>
io.grpc.ServerCall.Listener<ReqT>interceptCall(io.grpc.ServerCall<ReqT,RespT> call, io.grpc.Metadata headers, io.grpc.ServerCallHandler<ReqT,RespT> next)
-