package amqp-client

  1. Overview
  2. Docs

Module Amqp_client_lib.TypesSource

Sourceexception Connection_closed

Basic Amqp types

Sourceexception Channel_closed of int
Sourceexception Channel_not_found of int
Sourceexception Unknown_frame_type of int
Sourceexception No_handler_found
Sourceexception Consumer_cancelled of string
Sourceexception Busy
Sourcetype class_id = int
Sourcetype method_id = int
Sourcetype message_id = class_id * method_id
Sourcetype bit = bool
Sourceand octet = int
Sourceand short = int
Sourceand long = int
Sourceand longlong = int
Sourceand shortstr = string
Sourceand longstr = string
Sourceand timestamp = int
Sourceand decimal = {
  1. digits : int;
  2. value : int;
}
Sourceand table = (string * value) list
Sourceand array = value list
Sourceand value =
  1. | VBoolean of bool
  2. | VShortshort of int
  3. | VShort of int
  4. | VLong of int
  5. | VLonglong of int
  6. | VShortstr of string
  7. | VLongstr of string
  8. | VFloat of float
  9. | VDouble of float
  10. | VDecimal of decimal
  11. | VTable of table
  12. | VArray of value list
  13. | VTimestamp of int
  14. | VUnit of unit
Sourcetype header = string * value
Sourceval print_type : string -> value -> unit
OCaml

Innovation. Community. Security.