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

ackId() 공개 메소드

This is only set when message is obtained via {@see \Google\Cloud\PubSub\Subscription::pull()}. Example: echo $message->ackId();
public ackId ( ) : string
리턴 string
    public function ackId()
    {
        return $this->ackId;
    }