Interface GrpcServerMetrics


public interface GrpcServerMetrics
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onClose(io.grpc.Status status, Throwable exception, long processingTime)
     
    void
    onReceive(Object message)
     
    void
    onSend(Object message)
     
  • Method Details

    • onClose

      void onClose(io.grpc.Status status, Throwable exception, long processingTime)
    • onSend

      void onSend(Object message)
    • onReceive

      void onReceive(Object message)