public static class Ops.ActorSystemOps
extends scala.AnyVal
Constructor and Description |
---|
ActorSystemOps(akka.actor.ActorSystem sys) |
Modifier and Type | Method and Description |
---|---|
<T> ActorRef<T> |
spawn(Props<T> props) |
<T> ActorRef<T> |
spawn(Props<T> props,
java.lang.String name) |
akka.actor.ActorSystem |
sys() |