| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 17 | protected function execute(InputInterface $input, OutputInterface $output) |
||
| 18 | { |
||
| 19 | $output->writeln(date('Y-m-d H:i:s') . 'cmobi:rpc-server:run ................... Running Server'); |
||
| 20 | $server = $this->getContainer()->get('cmobi_rabbitmq.rpc_server'); |
||
| 21 | |||
| 22 | $server->run(); |
||
| 23 | |||
| 24 | $output->writeln(date('Y-m-d H:i:s') . 'cmobi:rpc-server:run ................... Exiting Server'); |
||
| 25 | } |
||
| 26 | } |