All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.lemfi.kest.rabbitmq.model.RabbitMQMessageCount.kt Maven / Gradle / Ivy

There is a newer version: 0.8.1
Show newest version
package com.github.lemfi.kest.rabbitmq.model

data class RabbitMQMessageCount(
    val ready: Long,
    val unacked: Long,
    val total: Long,
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy