io.leonard.amqp.ManualAcker.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of amqp-scala-client_2.12 Show documentation
Show all versions of amqp-scala-client_2.12 Show documentation
Scala wrapper for rabbitmq-java-client
The newest version!
package io.leonard.amqp
/** Call to send Acks to Messages */
trait ManualAcker {
def ack(): Unit
def reject(requeue: Boolean): Unit
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy