Class ApmClientInterceptor
- java.lang.Object
-
- io.github.majusko.grpc.apm.interceptor.ApmClientInterceptor
-
- All Implemented Interfaces:
io.grpc.ClientInterceptor
public class ApmClientInterceptor extends java.lang.Object implements io.grpc.ClientInterceptor
-
-
Constructor Summary
Constructors Constructor Description ApmClientInterceptor(io.opentracing.Tracer elasticApmTracer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <ReqT,RespT>
io.grpc.ClientCall<ReqT,RespT>interceptCall(io.grpc.MethodDescriptor<ReqT,RespT> method, io.grpc.CallOptions callOptions, io.grpc.Channel next)
-