Package akka.remote

Class RemoteMetricsOn

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void logPayloadBytes​(java.lang.Object msg, int payloadBytes)
      Logging of the size of different message types.
      • Methods inherited from class java.lang.Object

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

      • logPayloadBytes

        public void logPayloadBytes​(java.lang.Object msg,
                                    int payloadBytes)
        Description copied from interface: RemoteMetrics
        Logging of the size of different message types. Maximum detected size per message type is logged once, with and increase threshold of 10%.
        Specified by:
        logPayloadBytes in interface RemoteMetrics