@FunctionalInterface public static interface LossReportReader.EntryConsumer
| Modifier and Type | Method and Description |
|---|---|
void |
accept(long observationCount,
long totalBytesLost,
long firstObservationTimestamp,
long lastObservationTimestamp,
int sessionId,
int streamId,
String channel,
String source)
Accept an entry from the loss report, so it can be consumed.
|
void accept(long observationCount,
long totalBytesLost,
long firstObservationTimestamp,
long lastObservationTimestamp,
int sessionId,
int streamId,
String channel,
String source)
observationCount - for the stream instance.totalBytesLost - for the stream instance.firstObservationTimestamp - on the stream instance.lastObservationTimestamp - on the stream instance.sessionId - identifying the stream.streamId - identifying the stream.channel - to which the stream belongs.source - of the stream.Copyright © 2014-2023 Real Logic Limited. All Rights Reserved.