| Total Complexity | 2 |
| Total Lines | 20 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 22 | class QueueClientConsumerConsoleCommandPlugin extends AbstractCommandPlugin |
||
| 23 | { |
||
| 24 | public const COMMAND_NAME = 'queue:client:consumer'; |
||
| 25 | public const DESCRIPTION = 'This command will consume messages in topics and call related processors.'; |
||
| 26 | public const ARGUMENT_QUEUE_NAME = 'queue_name'; |
||
| 27 | |||
| 28 | protected function configure(): void |
||
| 35 | } |
||
| 36 | |||
| 37 | protected function execute(InputInterface $input, OutputInterface $output): int |
||
| 44 |