Package akka.remote

Interface RemoteMetrics

  • All Superinterfaces:
    Extension
    All Known Implementing Classes:
    RemoteMetricsOff, RemoteMetricsOn

    public interface RemoteMetrics
    extends Extension
    Logging of the size of different message types. Maximum detected size per message type is logged once, with and increase threshold of 10%.
    • Method Detail

      • logPayloadBytes

        void logPayloadBytes​(java.lang.Object msg,
                             int payloadBytes)