QueueStatistics

data class QueueStatistics(val activeCount: Long, val quarantinedCount: Long, val processingCount: Long, val totalBytes: Long, val oldestEventAge: Duration?, val eventTypeBreakdown: Map<String, Int>, val stateBreakdown: Map<EventState, Int>, val averageAttempts: Double)

Queue statistics for debugging.

Since

0.4.0

Constructors

Link copied to clipboard
constructor(activeCount: Long, quarantinedCount: Long, processingCount: Long, totalBytes: Long, oldestEventAge: Duration?, eventTypeBreakdown: Map<String, Int>, stateBreakdown: Map<EventState, Int>, averageAttempts: Double)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard