Package org.apache.pekko
Class Main
- java.lang.Object
- 
- org.apache.pekko.Main
 
- 
 public class Main extends java.lang.ObjectDeprecated.Implement your own main class instead, from which you start the ActorSystem and actors. Since Akka 2.6.0.Main class to start anpekko.actor.ActorSystemwith one top level application supervisor actor. It will shutdown the actor system when the top level actor is terminated.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classMain.TerminatorDeprecated.
 - 
Constructor SummaryConstructors Constructor Description Main()Deprecated.
 - 
Method SummaryAll Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)Deprecated.
 
-