Interface CallStatisticsCollector


  • public interface CallStatisticsCollector
    If you use ServiceInstanceWithStatGathering, use an implementation of this class interface for actually collecting information about calls made
    • Method Detail

      • recordStart

        default void recordStart​(long serviceInstanceId,
                                 boolean measureTime)
      • recordReply

        default void recordReply​(long serviceInstanceId,
                                 long timeInNanos)
      • recordEnd

        default void recordEnd​(long serviceInstanceId,
                               Throwable error)