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

io.leonard.amqp.Closeable.scala Maven / Gradle / Ivy

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