All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sandinh.seed.Main.scala Maven / Gradle / Ivy

package com.sandinh.seed

import akka.actor.ActorSystem

object Main {
  def main(args: Array[String]): Unit = {
    val system = ActorSystem("application")

    sys.addShutdownHook {
      ClusterLeaveAwait.leaveAndAwait(system)
      system.shutdown()
      system.awaitTermination()
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy