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