millisBehindLatest property

int? millisBehindLatest
final

The number of milliseconds the GetRecords response is from the tip of the stream, indicating how far behind current time the consumer is. A value of zero indicates that record processing is caught up, and there are no new records to process at this moment.

Implementation

final int? millisBehindLatest;