Module Amqp_client_eio.Connection

exception Closed of string
module Credentials : sig ... end
type t
val init : sw:Eio__core.Switch.t -> env:< clock : Eio.Time.clock ; net : Eio.Net.t.. > -> id:string -> ?virtual_host:string -> ?heartbeat:int Stdlib.ref -> ?max_frame_size:int -> ?max_stream_length:int -> ?credentials:Credentials.t -> ?port:int -> string -> t
val close : t -> string -> unit