/**
  * @return void
  */
 public function stopRpcServer()
 {
     $this->rpcServer->handleShutdownSignal();
 }