Class OpenTelemetryTracingModule.ContextServerCallListener<ReqT>

  • Enclosing class:
    OpenTelemetryTracingModule

    private static class OpenTelemetryTracingModule.ContextServerCallListener<ReqT>
    extends io.grpc.ForwardingServerCallListener.SimpleForwardingServerCallListener<ReqT>
    • Nested Class Summary

      • Nested classes/interfaces inherited from class io.grpc.ForwardingServerCallListener

        io.grpc.ForwardingServerCallListener.SimpleForwardingServerCallListener<ReqT extends java.lang.Object>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private io.opentelemetry.context.Context context  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected ContextServerCallListener​(io.grpc.ServerCall.Listener<ReqT> delegate, io.opentelemetry.context.Context context)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void onCancel()  
      void onComplete()  
      void onHalfClose()  
      void onMessage​(ReqT message)  
      void onReady()  
      java.lang.String toString()  
      • Methods inherited from class io.grpc.ForwardingServerCallListener.SimpleForwardingServerCallListener

        delegate
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • context

        private final io.opentelemetry.context.Context context
    • Constructor Detail

      • ContextServerCallListener

        protected ContextServerCallListener​(io.grpc.ServerCall.Listener<ReqT> delegate,
                                            io.opentelemetry.context.Context context)
    • Method Detail

      • onMessage

        public void onMessage​(ReqT message)
        Overrides:
        onMessage in class io.grpc.ForwardingServerCallListener<ReqT>
      • onHalfClose

        public void onHalfClose()
      • onCancel

        public void onCancel()
      • onComplete

        public void onComplete()
      • onReady

        public void onReady()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object