package amqp-client-lwt

  1. Overview
  2. Docs

The server provides the client with a consumer tag, which is used by the client for methods called on the consumer at a later stage.

type t = {
  1. consumer_tag : consumer_tag;
    (*

    Holds the consumer tag specified by the client or provided by the server.

    *)
}
val init : consumer_tag:consumer_tag -> unit -> t