메소드 | 설명 | |
---|---|---|
__construct ( ) | ||
getBody ( ) : string | Get the body of the message. | |
getDeliveryTag ( ) : string | Get the delivery tag of the message. | |
getExchangeName ( ) : string | Get the exchange name on which the message was published. | |
getHeader ( string $header_key ) : string | boolean | Get a specific message header. | |
getRoutingKey ( ) : string | Get the routing key of the message. | |
hasHeader ( string $header_key ) : boolean | Check whether specific message header exists. | |
isRedelivery ( ) : boolean | Whether this is a redelivery of the message. |
public getDeliveryTag ( ) : string | ||
리턴 | string | The delivery tag of the message. |
public getExchangeName ( ) : string | ||
리턴 | string | The exchange name on which the message was published. |
public getRoutingKey ( ) : string | ||
리턴 | string | The message routing key. |
public isRedelivery ( ) : boolean | ||
리턴 | boolean | TRUE if this is a redelivery, FALSE otherwise. |