diff --git a/src/Skobkin/Bundle/PointToolsBundle/Command/ProcessWebsocketUpdatesCommand.php b/src/Skobkin/Bundle/PointToolsBundle/Command/ProcessWebsocketUpdatesCommand.php new file mode 100644 index 0000000..b321802 --- /dev/null +++ b/src/Skobkin/Bundle/PointToolsBundle/Command/ProcessWebsocketUpdatesCommand.php @@ -0,0 +1,25 @@ +setName('point:update:websocket-messages') + ->setDescription('Reads and processes updates from Beanstalkd queue pipe') + ; + } + + /** {@inheritdoc} */ + protected function execute(InputInterface $input, OutputInterface $output) + { + + } +}