Google\Cloud\PubSub\Message::attributes PHP 메소드

attributes() 공개 메소드

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