carotte/channel

Types

pub type Channel {
  Channel(pid: Pid)
}

Constructors

  • Channel(pid: Pid)

Functions

pub fn open_channel(
  candy_client: CarotteClient,
) -> Result(Channel, CarotteError)

Open a channel to a RabbitMQ server

Search Document