| 1 | <?php |
||
| 22 | class RabbitMQQueueStatusGuzzleProvider implements RabbitMQQueueStatusProviderInterface |
||
| 23 | { |
||
| 24 | /** |
||
| 25 | * Array with RabbitMQ connection settings. |
||
| 26 | * |
||
| 27 | * @var array |
||
| 28 | */ |
||
| 29 | protected $settings; |
||
| 30 | |||
| 31 | public function __construct(array $settings) |
||
| 35 | |||
| 36 | /** |
||
| 37 | * {@inheritdoc} |
||
| 38 | */ |
||
| 39 | public function getApiQueueStatus() |
||
| 55 | } |
||
| 56 |