PHP 클래스 AMQPBasicProperties

파일 보기 프로젝트 열기: pdezwart/php-amqp 1 사용 예제들

공개 메소드들

메소드 설명
__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.

메소드 상세

__construct() 공개 메소드

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

getAppId() 공개 메소드

Get the application id of the message.
public getAppId ( ) : string
리턴 string The application id of the message.

getClusterId() 공개 메소드

Get the cluster id of the message.
public getClusterId ( ) : string
리턴 string The cluster id of the message.

getContentEncoding() 공개 메소드

Get the content encoding of the message.
public getContentEncoding ( ) : string
리턴 string The content encoding of the message.

getContentType() 공개 메소드

Get the message content type.
public getContentType ( ) : string
리턴 string The content type of the message.

getCorrelationId() 공개 메소드

Get the message correlation id.
public getCorrelationId ( ) : string
리턴 string The correlation id of the message.

getDeliveryMode() 공개 메소드

Get the delivery mode of the message.
public getDeliveryMode ( ) : integer
리턴 integer The delivery mode of the message.

getExpiration() 공개 메소드

Get the expiration of the message.
public getExpiration ( ) : string
리턴 string The message expiration.

getHeaders() 공개 메소드

Get the headers of the message.
public getHeaders ( ) : array
리턴 array An array of key value pairs associated with the message.

getMessageId() 공개 메소드

Get the message id of the message.
public getMessageId ( ) : string
리턴 string The message id

getPriority() 공개 메소드

Get the priority of the message.
public getPriority ( ) : integer
리턴 integer The message priority.

getReplyTo() 공개 메소드

Get the reply-to address of the message.
public getReplyTo ( ) : string
리턴 string The contents of the reply to field.

getTimestamp() 공개 메소드

Get the timestamp of the message.
public getTimestamp ( ) : string
리턴 string The message timestamp.

getType() 공개 메소드

Get the message type.
public getType ( ) : string
리턴 string The message type.

getUserId() 공개 메소드

Get the message user id.
public getUserId ( ) : string
리턴 string The message user id.