# Functions
No description provided by the author
# Constants
Only the existence and configuration of the terminus is retained durably.
No terminus state is retained durably.
In addition to the existence and configuration of the terminus, the unsettled state for durable messages is retained durably.
Connection Errors.
Error Conditions.
Error Conditions.
Link Errors.
Error Conditions.
Error Conditions.
Error Conditions.
Error Conditions.
Error Conditions.
AMQP Errors.
Error Conditions.
Error Conditions.
Error Conditions.
Error Conditions.
Error Conditions.
Error Conditions.
Error Conditions.
Error Conditions.
Error Conditions.
Error Conditions.
Error Conditions.
Error Conditions.
Error Conditions.
Error Conditions.
Session Errors.
The expiry timer starts when most recently associated connection is closed.
The expiry timer starts when terminus is detached.
The terminus never expires.
The expiry timer starts when the most recently associated session is ended.
Receiver will spontaneously settle all incoming transfers.
Sender MAY send a mixture of settled and unsettled deliveries to the receiver.
Receiver will only settle after sending the disposition to the sender and receiving a disposition indicating settlement of the delivery from the sender.
Sender will send all deliveries settled to the receiver.
Sender will send all deliveries initially unsettled to the receiver.
# Structs
No description provided by the author
Error is an AMQP error.
Message is an AMQP message.
MessageHeader carries standard delivery details about the transfer of a message.
MessageProperties is the defined set of properties for AMQP messages.
# Type aliases
Annotations keys must be of type string, int, or int64.
ArrayUByte allows encoding []uint8/[]byte as an array rather than binary data.
Durability specifies the durability of a link.
ErrorCondition is one of the error conditions defined in the AMQP spec.
ExpiryPolicy specifies when the expiry timer of a terminus starts counting down from the timeout value.
No description provided by the author
ReceiverSettleMode specifies how the receiver will settle messages.
SenderSettleMode specifies how the sender will settle messages.
UUID is a 128 bit identifier as defined in RFC 4122.