carotte/channel

Types

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

Constructors

Values

pub fn open_channel(
  carotte_client: carotte.CarotteClient,
) -> Result(Channel, carotte.CarotteError)

Open a channel to a RabbitMQ server

Search Document