public interface MessageStatistics
Modifier and Type | Field and Description |
---|---|
static MessageStatistics |
NULL_MESSAGE_STATISTICS
Null implementation.
|
Modifier and Type | Method and Description |
---|---|
long |
getAverageMessageSize()
Returns average message size.
|
long |
getBytesOnWire()
Returns the number of actual bytes transmitted.
|
long |
getNumberOfMessages()
Returns total number of messages.
|
static final MessageStatistics NULL_MESSAGE_STATISTICS
long getAverageMessageSize()
long getNumberOfMessages()
long getBytesOnWire()
Copyright © 2016 Push Technology Ltd. All Rights Reserved.