Processed Stats Report
data class ProcessedStatsReport(val transportReport: TransportStatistics, var producerReport: List<ProducerStatistics>?, var consumerReport: List<ConsumerStatistics>?)
Constructors
Link copied to clipboard
constructor(transportReport: TransportStatistics, producerReport: List<ProducerStatistics>?, consumerReport: List<ConsumerStatistics>?)