def stopServer()

in pekko-connectors-sample-rotate-logs-to-ftp/src/main/scala/playground/SftpServerEmbedded.scala [58:64]


  def stopServer(): Unit =
    try {
      sshd.stop(true)
    } catch {
      case t: Throwable =>
        throw new RuntimeException(t)
    }