akka.remote
Interface RemoteMetrics

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

public interface RemoteMetrics
extends Extension

INTERNAL API


Method Summary
 void logPayloadBytes(java.lang.Object msg, int payloadBytes)
          Logging of the size of different message types.
 

Method Detail

logPayloadBytes

void logPayloadBytes(java.lang.Object msg,
                     int payloadBytes)
Logging of the size of different message types. Maximum detected size per message type is logged once, with and increase threshold of 10%.

Parameters:
msg - (undocumented)
payloadBytes - (undocumented)