amqp_basic_properties_t

basic class properties

Members

Variables

_flags
amqp_flags_t _flags;

< bit-mask of set fields

app_id
amqp_bytes_t app_id;

< app-id

cluster_id
amqp_bytes_t cluster_id;

< cluster-id

content_encoding
amqp_bytes_t content_encoding;

< content-encoding

content_type
amqp_bytes_t content_type;

< content-type

correlation_id
amqp_bytes_t correlation_id;

< correlation-id

delivery_mode
ubyte delivery_mode;

< delivery-mode

expiration
amqp_bytes_t expiration;

< expiration

headers
amqp_table_t headers;

< headers

message_id
amqp_bytes_t message_id;

< message-id

priority
ubyte priority;

< priority

reply_to
amqp_bytes_t reply_to;

< reply-to

timestamp
ulong timestamp;

< timestamp

type
amqp_bytes_t type;

< type

user_id
amqp_bytes_t user_id;

< user-id

Meta