Google\Cloud\PubSub\Message::attributes PHP Méthode

attributes() public méthode

Example: $attributes = $message->attributes();
public attributes ( ) : array
Résultat array
    public function attributes()
    {
        return $this->message['attributes'];
    }