You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That's basically it. The rest of the doc describes advanced features.
45
+
46
+
## Advanced Usage.
47
+
48
48
You can also add an async listener directly and register a custom message processor for it:
49
49
50
50
```yaml
@@ -113,7 +113,7 @@ class FooEventProcessor implements PsrProcessor, TopicSubscriberInterface
113
113
114
114
The bundle uses [php serializer](https://github.com/php-enqueue/enqueue-dev/blob/master/pkg/enqueue-bundle/Events/PhpSerializerEventTransformer.php) transformer by default to pass events through MQ.
115
115
You could create a transformer for the given event type. The transformer must implement `Enqueue\Bundle\Events\EventTransformer` interface.
116
-
Consider the next example. It shows how to send an event that contains Doctrine entity as subject
116
+
Consider the next example. It shows how to send an event that contains Doctrine entity as a subject
0 commit comments