Amqp::Properties
Content properties carried by basic.publish/deliver/return/get-ok. Layout per docs/05-wire-0-9-1/03-content-properties.md.
Constructors
new(content_type : Nil | String = nil, content_encoding : Nil | String = nil, headers : Hash(String, Amqp::FieldValue) | Nil = nil, delivery_mode : Amqp::Properties::Persistence | Nil = nil, persistence : Persistence | Nil = nil, priority : UInt8 | Nil = nil, correlation_id : Nil | String = nil, reply_to : Nil | String = nil, expiration : Nil | String = nil, message_id : Nil | String = nil, timestamp : Time | Nil = nil, type : Nil | String = nil, user_id : Nil | String = nil, app_id : Nil | String = nil, cluster_id : Nil | String = nil)
SourceInstance methods
app_id
Sourcecluster_id
Sourcecontent_encoding
Sourcecontent_type
Sourcecorrelation_id
Sourcedelivery_mode
Sourcedelivery_mode=(delivery_mode : Persistence | Nil)
Sourceempty?
Sourceexpiration
Sourceheaders
Sourcemessage_id
Sourcepersistence
Sourcepriority
Sourcereply_to
Sourcetimestamp
Sourcetype
Sourceuser_id
Source