carotte/channel

Types

pub type Channel {
  Channel(pid: process.Pid)
}

Constructors

Values

pub fn open_channel(
  client: carotte.Client,
) -> Result(Channel, carotte.CarotteError)

Open a channel to a RabbitMQ server

Search Document