Skip to content

Commit 1381d17

Browse files
author
Bogdan Rancichi
committed
created new interface to signal that a callback will have batch processing
1 parent 1cf94dc commit 1381d17

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

RabbitMq/BatchConsumerInterface.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)