![JAR search and dependency download from the Maven repository](/logo.png)
io.leonard.amqp.Closeable.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
/** Closeable for a handler of RPCs, close to stop the handler from being called */
trait Closeable {
def close(): Unit
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy