@FunctionalInterface public static interface RateReporter.Reporter
| Modifier and Type | Method and Description |
|---|---|
void |
onReport(double messagesPerSec,
double bytesPerSec,
long totalMessages,
long totalBytes)
Called for a rate report.
|
void onReport(double messagesPerSec,
double bytesPerSec,
long totalMessages,
long totalBytes)
messagesPerSec - since last reportbytesPerSec - since last reporttotalMessages - since beginning of reportingtotalBytes - since beginning of reportingCopyright © 2014-2020 Real Logic Limited. All Rights Reserved.