![JAR search and dependency download from the Maven repository](/logo.png)
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