| 1 | <?php |
||
| 6 | final class Cancel |
||
| 7 | { |
||
| 8 | private $consumerTag; |
||
| 9 | private $wait = true; |
||
| 10 | |||
| 11 | 2 | public function __construct(string $consumerTag) |
|
| 15 | |||
| 16 | 1 | public function dontWait(): self |
|
| 23 | |||
| 24 | 1 | public function wait(): self |
|
| 31 | |||
| 32 | 2 | public function consumerTag(): string |
|
| 36 | |||
| 37 | 2 | public function shouldWait(): bool |
|
| 41 | } |
||
| 42 |