-
- All Implemented Interfaces:
public final class Metrics
-
-
Field Summary
Fields Modifier and Type Field Description private final LongmessagesReceivedprivate final LongmessagesSentprivate final LongreceiveErrorsprivate final LongsendErrors
-
Method Summary
Modifier and Type Method Description final LonggetMessagesReceived()final LonggetMessagesSent()final LonggetReceiveErrors()final LonggetSendErrors()-
-
Method Detail
-
getMessagesReceived
final Long getMessagesReceived()
-
getMessagesSent
final Long getMessagesSent()
-
getReceiveErrors
final Long getReceiveErrors()
-
getSendErrors
final Long getSendErrors()
-
-
-
-