Package akka

Class 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 an ActorSystem with one top level application supervisor actor. It will shutdown the actor system when the top level actor is terminated.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Main$ MODULE$
      Deprecated.
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      Main$()
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      void main​(java.lang.String[] args)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MODULE$

        public static final Main$ MODULE$
        Deprecated.
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • Main$

        public Main$()
        Deprecated.
    • Method Detail

      • main

        public void main​(java.lang.String[] args)
        Deprecated.
        Parameters:
        args - one argument: the class of the application supervisor actor