layout | title | parent | nav_order |
---|---|---|---|
default |
Null |
Transports |
3 |
{% include support.md %}
This a special transport implementation, kind of stub. It does not send nor receive anything. Useful in tests for example.
$ composer require enqueue/null
<?php
use Enqueue\Null\NullConnectionFactory;
$connectionFactory = new NullConnectionFactory();
$context = $connectionFactory->createContext();