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 1cf94dc commit 1381d17Copy full SHA for 1381d17
RabbitMq/BatchConsumerInterface.php
@@ -0,0 +1,8 @@
1
+<?php
2
+
3
+namespace OldSound\RabbitMqBundle\RabbitMq;
4
5
+interface BatchConsumerInterface extends ConsumerInterface
6
+{
7
+ public function batchExecute();
8
+}
0 commit comments