Package akka

Class Main$


  • public class Main$
    extends java.lang.Object
    param: args one argument: the class of the application supervisor actor
    • Field Summary

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

      Constructors 
      Constructor Description
      Main$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void main​(java.lang.String[] args)  
      • 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$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • Main$

        public Main$()
    • Method Detail

      • main

        public void main​(java.lang.String[] args)