play.libs
Class Akka

java.lang.Object
  extended by play.libs.Akka

public class Akka
extends java.lang.Object

Helper to access the application defined Akka Actor system.


Constructor Summary
Akka()
           
 
Method Summary
static akka.actor.ActorSystem system()
          Retrieve the application Akka Actor system.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Akka

public Akka()
Method Detail

system

public static akka.actor.ActorSystem system()
Retrieve the application Akka Actor system.