We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aab57a commit 08b944cCopy full SHA for 08b944c
RabbitMq/ConsumerInterface.php
@@ -33,7 +33,7 @@ interface ConsumerInterface
33
34
/**
35
* @param AMQPMessage $msg The message
36
- * @return mixed false to reject and requeue, any other value to acknowledge
+ * @return int One of ConsumerInterface::MSG_* constants according to callback outcome.
37
*/
38
public function execute(AMQPMessage $msg);
39
}
0 commit comments