StampInterface[]
public function getStamps() : array { if (!$this->queued) { throw new LogicException(\sprintf('Cannot call "%s()" on a message that is not meant to be queued.', __METHOD__)); } return $this->stamps; }