Package akka
Class Main
- java.lang.Object
-
- akka.Main
-
public class Main extends java.lang.Object
Deprecated.Implement your own main class instead, from which you start the ActorSystem and actors. Since 2.6.0.Main class to start anActorSystem
with one top level application supervisor actor. It will shutdown the actor system when the top level actor is terminated.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Main.Terminator
Deprecated.
-
Constructor Summary
Constructors Constructor Description Main()
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
Deprecated.
-