AMQPBasicProperties
class AMQPBasicProperties (View source)
stub class representing AMQPBasicProperties from pecl-amqp
Methods
No description
Get the message content type.
Get the content encoding of the message.
Get the headers of the message.
Get the delivery mode of the message.
Get the priority of the message.
Get the message correlation id.
Get the reply-to address of the message.
Get the expiration of the message.
Get the message id of the message.
Get the timestamp of the message.
Get the message type.
Get the message user id.
Get the application id of the message.
Get the cluster id of the message.
Details
__construct(string|null $contentType = null, string|null $contentEncoding = null, array $headers = [], int $deliveryMode = AMQP_DELIVERY_MODE_TRANSIENT, int $priority = 0, string|null $correlationId = null, string|null $replyTo = null, string|null $expiration = null, string|null $messageId = null, int|null $timestamp = null, string|null $type = null, string|null $userId = null, string|null $appId = null, string|null $clusterId = null)
No description
string|null
getContentType()
Get the message content type.
string|null
getContentEncoding()
Get the content encoding of the message.
array
getHeaders()
Get the headers of the message.
int
getDeliveryMode()
Get the delivery mode of the message.
int
getPriority()
Get the priority of the message.
string|null
getCorrelationId()
Get the message correlation id.
string|null
getReplyTo()
Get the reply-to address of the message.
string|null
getExpiration()
Get the expiration of the message.
string|null
getMessageId()
Get the message id of the message.
int|null
getTimestamp()
Get the timestamp of the message.
string|null
getType()
Get the message type.
string|null
getUserId()
Get the message user id.
string|null
getAppId()
Get the application id of the message.
string|null
getClusterId()
Get the cluster id of the message.