Deletion

trait Deletion[F[_]]
Companion
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def deleteExchange(channel: AMQPChannel, config: DeletionExchangeConfig): F[Unit]
def deleteQueue(channel: AMQPChannel, config: DeletionQueueConfig): F[Unit]
def deleteQueueNoWait(channel: AMQPChannel, config: DeletionQueueConfig): F[Unit]