Skip to content

Commit 0108aaf

Browse files
committed
remove completion listnere feature for now.
1 parent 292f9a4 commit 0108aaf

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

RedisProducer.php

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -48,22 +48,6 @@ public function send(PsrDestination $destination, PsrMessage $message)
4848
$this->redis->lpush($destination->getName(), json_encode($message));
4949
}
5050

51-
/**
52-
* {@inheritdoc}
53-
*/
54-
public function setCompletionListener(CompletionListener $listener = null)
55-
{
56-
$this->completionListener = $listener;
57-
}
58-
59-
/**
60-
* @return CompletionListener|null
61-
*/
62-
public function getCompletionListener()
63-
{
64-
return $this->completionListener;
65-
}
66-
6751
/**
6852
* {@inheritdoc}
6953
*/

0 commit comments

Comments
 (0)