Example #1
0
 /**
  * {@inheritdoc}
  */
 public function register(GloubsterServerInterface $server)
 {
     $server['dispatcher']->on('booted', function ($server) {
         $server['monolog']->addInfo('StopComponent is now stopping the server, shutting down...');
         $server->stop();
     });
 }