메소드 | 설명 | |
---|---|---|
__construct ( string $content_type = "", string $content_encoding = "", array $headers = [], integer $delivery_mode = 2, integer $priority, string $correlation_id = "", string $reply_to = "", string $expiration = "", string $message_id = "", integer $timestamp, string $type = "", string $user_id = "", string $app_id = "", string $cluster_id = "" ) | ||
getAppId ( ) : string | Get the application id of the message. | |
getClusterId ( ) : string | Get the cluster id of the message. | |
getContentEncoding ( ) : string | Get the content encoding of the message. | |
getContentType ( ) : string | Get the message content type. | |
getCorrelationId ( ) : string | Get the message correlation id. | |
getDeliveryMode ( ) : integer | Get the delivery mode of the message. | |
getExpiration ( ) : string | Get the expiration of the message. | |
getHeaders ( ) : array | Get the headers of the message. | |
getMessageId ( ) : string | Get the message id of the message. | |
getPriority ( ) : integer | Get the priority of the message. | |
getReplyTo ( ) : string | Get the reply-to address of the message. | |
getTimestamp ( ) : string | Get the timestamp of the message. | |
getType ( ) : string | Get the message type. | |
getUserId ( ) : string | Get the message user id. |
public __construct ( string $content_type = "", string $content_encoding = "", array $headers = [], integer $delivery_mode = 2, integer $priority, string $correlation_id = "", string $reply_to = "", string $expiration = "", string $message_id = "", integer $timestamp, string $type = "", string $user_id = "", string $app_id = "", string $cluster_id = "" ) | ||
$content_type | string | |
$content_encoding | string | |
$headers | array | |
$delivery_mode | integer | |
$priority | integer | |
$correlation_id | string | |
$reply_to | string | |
$expiration | string | |
$message_id | string | |
$timestamp | integer | |
$type | string | |
$user_id | string | |
$app_id | string | |
$cluster_id | string |
public getClusterId ( ) : string | ||
리턴 | string | The cluster id of the message. |
public getContentEncoding ( ) : string | ||
리턴 | string | The content encoding of the message. |
public getContentType ( ) : string | ||
리턴 | string | The content type of the message. |
public getCorrelationId ( ) : string | ||
리턴 | string | The correlation id of the message. |
public getDeliveryMode ( ) : integer | ||
리턴 | integer | The delivery mode of the message. |
public getExpiration ( ) : string | ||
리턴 | string | The message expiration. |
public getHeaders ( ) : array | ||
리턴 | array | An array of key value pairs associated with the message. |
public getMessageId ( ) : string | ||
리턴 | string | The message id |
public getPriority ( ) : integer | ||
리턴 | integer | The message priority. |
public getReplyTo ( ) : string | ||
리턴 | string | The contents of the reply to field. |
public getTimestamp ( ) : string | ||
리턴 | string | The message timestamp. |