com.github.lemfi.kest.rabbitmq.model.RabbitMQMessageCount.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of step-rabbitmq Show documentation
Show all versions of step-rabbitmq Show documentation
Backends testing with Kotlin
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