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 e7e3405 commit 51aa10dCopy full SHA for 51aa10d
messenger/custom-transport.rst
@@ -35,12 +35,12 @@ The transport object needs to implement the
35
and :class:`Symfony\\Component\\Messenger\\Transport\\Receiver\\ReceiverInterface`).
36
Here is a simplified example of a database transport::
37
38
- use Symfony\Component\Uid\Uuid;
39
use Symfony\Component\Messenger\Envelope;
40
use Symfony\Component\Messenger\Stamp\TransportMessageIdStamp;
41
use Symfony\Component\Messenger\Transport\Serialization\PhpSerializer;
42
use Symfony\Component\Messenger\Transport\Serialization\SerializerInterface;
43
use Symfony\Component\Messenger\Transport\TransportInterface;
+ use Symfony\Component\Uid\Uuid;
44
45
class YourTransport implements TransportInterface
46
{
0 commit comments