public class ActorSystem$
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static ActorSystem$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
ActorSystem$() |
Modifier and Type | Method and Description |
---|---|
ActorSystem<scala.runtime.Nothing$> |
apply(akka.actor.ActorSystem untyped) |
<T> ActorSystem<T> |
apply(java.lang.String name,
Props<T> guardianProps,
scala.Option<com.typesafe.config.Config> config,
scala.Option<java.lang.ClassLoader> classLoader,
scala.Option<scala.concurrent.ExecutionContext> executionContext) |
public static final ActorSystem$ MODULE$
public <T> ActorSystem<T> apply(java.lang.String name, Props<T> guardianProps, scala.Option<com.typesafe.config.Config> config, scala.Option<java.lang.ClassLoader> classLoader, scala.Option<scala.concurrent.ExecutionContext> executionContext)
public ActorSystem<scala.runtime.Nothing$> apply(akka.actor.ActorSystem untyped)