public class RemoteMetricsOn extends java.lang.Object implements RemoteMetrics
Constructor and Description |
---|
RemoteMetricsOn(ExtendedActorSystem system) |
Modifier and Type | Method and Description |
---|---|
void |
logPayloadBytes(java.lang.Object msg,
int payloadBytes)
Logging of the size of different message types.
|
public RemoteMetricsOn(ExtendedActorSystem system)
public void logPayloadBytes(java.lang.Object msg, int payloadBytes)
RemoteMetrics
logPayloadBytes
in interface RemoteMetrics
msg
- (undocumented)payloadBytes
- (undocumented)