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 bf80ce0 commit 180023eCopy full SHA for 180023e
README.md
@@ -79,6 +79,8 @@ Most of the time all tou need is a synchronous processor.
79
A simple example of such processor:
80
81
```php
82
+use RdKafka\Message;
83
+
84
class SendConfirmationEmailAction
85
{
86
public function execute(Message $message): void
0 commit comments