public class ActorSystemFactory$
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static ActorSystemFactory$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
ActorSystemFactory$() |
Modifier and Type | Method and Description |
---|---|
akka.actor.ActorSystem |
remote()
Create an ActorSystem with
Constants.RemoteActorSystemName as componentName |
akka.actor.ActorSystem |
remote(java.lang.String componentName)
Create an ActorSystem with the given name and remote properties
|
public static final ActorSystemFactory$ MODULE$
public akka.actor.ActorSystem remote()
Constants.RemoteActorSystemName
as componentNamepublic akka.actor.ActorSystem remote(java.lang.String componentName)
componentName
- (undocumented)