class
Crabbit::Properties
- Crabbit::Properties
- Reference
- Object
Overview
AMQP 1.0 properties section containing standard message metadata.
Defined in:
crabbit/message.crConstructors
Instance Method Summary
-
#absolute_expiry_time : Time | Nil
Absolute message expiry time.
-
#absolute_expiry_time=(absolute_expiry_time : Time | Nil)
Absolute message expiry time.
-
#content_encoding : String | Nil
MIME content encoding encoded as an AMQP symbol.
-
#content_encoding=(content_encoding : String | Nil)
MIME content encoding encoded as an AMQP symbol.
-
#content_type : String | Nil
MIME content type encoded as an AMQP symbol.
-
#content_type=(content_type : String | Nil)
MIME content type encoded as an AMQP symbol.
-
#correlation_id : Identifier | Nil
Identifier used to correlate related messages.
-
#correlation_id=(correlation_id : Identifier | Nil)
Identifier used to correlate related messages.
-
#creation_time : Time | Nil
Message creation time.
-
#creation_time=(creation_time : Time | Nil)
Message creation time.
-
#group_id : String | Nil
Application-defined group identifier.
-
#group_id=(group_id : String | Nil)
Application-defined group identifier.
-
#group_sequence : UInt32 | Nil
Sequence number within
#group_id. -
#group_sequence=(group_sequence : UInt32 | Nil)
Sequence number within
#group_id. -
#message_id : Identifier | Nil
Application-defined stable message identifier.
-
#message_id=(message_id : Identifier | Nil)
Application-defined stable message identifier.
-
#reply_to : String | Nil
Reply destination.
-
#reply_to=(reply_to : String | Nil)
Reply destination.
-
#reply_to_group_id : String | Nil
Group identifier for replies.
-
#reply_to_group_id=(reply_to_group_id : String | Nil)
Group identifier for replies.
-
#subject : String | Nil
Message subject.
-
#subject=(subject : String | Nil)
Message subject.
-
#to : String | Nil
Destination address.
-
#to=(to : String | Nil)
Destination address.
-
#user_id : Bytes | Nil
Authenticated user identity represented as AMQP binary.
-
#user_id=(user_id : Bytes | Nil)
Authenticated user identity represented as AMQP binary.
Constructor Detail
Creates an AMQP properties section.
Instance Method Detail
MIME content encoding encoded as an AMQP symbol.
Identifier used to correlate related messages.