| 1 | <?php |
||
| 21 | class NullAcknowledgementHandler extends AbstractAcknowledgementHandler |
||
| 22 | { |
||
| 23 | /** |
||
| 24 | * @param MessageInterface $message |
||
| 25 | * @param AdapterInterface $adapter |
||
| 26 | * @param mixed $result |
||
| 27 | */ |
||
| 28 | 3 | protected function acknowledge( |
|
| 35 | |||
| 36 | /** |
||
| 37 | * @param MessageInterface $message |
||
| 38 | * @param AdapterInterface $adapter |
||
| 39 | * @param mixed $result |
||
| 40 | */ |
||
| 41 | protected function reject( |
||
| 48 | |||
| 49 | /** |
||
| 50 | * @param AdapterInterface $adapter |
||
| 51 | */ |
||
| 52 | 3 | protected function flush(AdapterInterface $adapter) |
|
| 56 | } |
||
| 57 |