| 1 | <?php |
||
| 24 | class RabbitMQQueueStatusGuzzleProvider implements RabbitMQQueueStatusProviderInterface |
||
| 25 | { |
||
| 26 | /** |
||
| 27 | * Array with RabbitMQ connection settings. |
||
| 28 | * |
||
| 29 | * @var array |
||
| 30 | */ |
||
| 31 | protected $settings; |
||
| 32 | |||
| 33 | public function __construct(array $settings) |
||
| 37 | |||
| 38 | /** |
||
| 39 | * {@inheritdoc} |
||
| 40 | */ |
||
| 41 | public function getApiQueueStatus() |
||
| 57 | } |
||
| 58 |