| 1 | <?php |
||
| 21 | class AmqpConnectionFactoryDelayStrategyAwareStub implements AmqpConnectionFactory, DelayStrategyAware |
||
| 22 | { |
||
| 23 | use DelayStrategyAwareTrait; |
||
| 24 | |||
| 25 | public static $config; |
||
| 26 | public static $context; |
||
| 27 | |||
| 28 | public function __construct($config) |
||
| 32 | |||
| 33 | /** |
||
| 34 | * @return PsrContext |
||
| 35 | */ |
||
| 36 | public function createContext() |
||
| 40 | } |
||
| 41 |