cn.dreampie.akka
类 Akka

java.lang.Object
  继承者 cn.dreampie.akka.Akka

public class Akka
extends Object

Created by wangrenhui on 14-5-6.


构造方法摘要
Akka()
           
 
方法摘要
static akka.actor.ActorSystem system()
          Retrieve the application Akka Actor system.
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

Akka

public Akka()
方法详细信息

system

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

Example: {{{ val newActor = Akka.system.actorOf[Props[MyActor]] }}}

返回:
ActorSystem


Copyright © 2014. All rights reserved.