AggregatorStats

data class AggregatorStats(val totalProcessed: Long = 0, val indexSize: Int = 0, val errorCount: Long = 0, val lastUpdate: Instant = Clock.System.now())(source)

Constructors

Link copied to clipboard
constructor(totalProcessed: Long = 0, indexSize: Int = 0, errorCount: Long = 0, lastUpdate: Instant = Clock.System.now())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val lastUpdate: Instant
Link copied to clipboard