AMQPBasicProperties::getCorrelationId PHP Метод

getCorrelationId() публичный Метод

Get the message correlation id.
public getCorrelationId ( ) : string
Результат string The correlation id of the message.
    public function getCorrelationId()
    {
    }

Usage Example

Пример #1
0
 /**
  * @inheritdoc
  */
 public function getCorrelationId() : string
 {
     return $this->envelope->getCorrelationId();
 }