cn.dreampie.akka
类 Akka
java.lang.Object
cn.dreampie.akka.Akka
public class Akka
- extends Object
Created by wangrenhui on 14-5-6.
|
方法摘要 |
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.