package amqp-client-async

  1. Overview
  2. Docs

Module Channel.Flow_okSource

Confirms to the peer that a flow command was received and processed.

Sourcetype t = {
  1. active : Amqp_client_lib.Types.bit;
    (*

    Confirms the setting of the processed flow method: 1 means the peer will start sending or continue to send content frames; 0 means it will not.

    *)
}
Sourceval init : active:Amqp_client_lib.Types.bit -> unit -> t
Sourceval reply : ?once:bool -> (Framing.t * Framing.channel_no) -> t Async_kernel.Deferred.t
OCaml

Innovation. Community. Security.