Class OpenTelemetryTracingModule.TracingServerSpanPropagationInterceptor

  • All Implemented Interfaces:
    io.grpc.ServerInterceptor
    Enclosing class:
    OpenTelemetryTracingModule

    final class OpenTelemetryTracingModule.TracingServerSpanPropagationInterceptor
    extends java.lang.Object
    implements io.grpc.ServerInterceptor
    • 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TracingServerSpanPropagationInterceptor

        TracingServerSpanPropagationInterceptor()
    • Method Detail

      • interceptCall

        public <ReqT,​RespT> io.grpc.ServerCall.Listener<ReqT> interceptCall​(io.grpc.ServerCall<ReqT,​RespT> call,
                                                                                  io.grpc.Metadata headers,
                                                                                  io.grpc.ServerCallHandler<ReqT,​RespT> next)
        Specified by:
        interceptCall in interface io.grpc.ServerInterceptor