akka
Class Main

java.lang.Object
  extended by akka.Main

public class Main
extends java.lang.Object

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.


Nested Class Summary
static class Main.Terminator
           
 
Constructor Summary
Main()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main

public Main()
Method Detail

main

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