message; } /** * Sets whether the sending of the message should be tried again. */ public function tryAgain(): void { $this->retry = true; } public function shouldTryAgain(): bool { return $this->retry; } }