Class ApmServerInterceptor
- java.lang.Object
-
- io.github.majusko.grpc.apm.interceptor.ApmServerInterceptor
-
- All Implemented Interfaces:
io.grpc.ServerInterceptor
@GRpcGlobalInterceptor public class ApmServerInterceptor extends java.lang.Object implements io.grpc.ServerInterceptor
-
-
Constructor Summary
Constructors Constructor Description ApmServerInterceptor(GrpcTracer grpcTracer)
-
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 metadata, io.grpc.ServerCallHandler<ReqT,RespT> next)
-
-
-
Constructor Detail
-
ApmServerInterceptor
public ApmServerInterceptor(GrpcTracer grpcTracer)
-
-