public class ActorSystemSetup$
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static ActorSystemSetup$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
| Constructor and Description |
|---|
ActorSystemSetup$() |
| Modifier and Type | Method and Description |
|---|---|
ActorSystemSetup |
apply(scala.collection.Seq<Setup> settings)
Scala API: Create an
ActorSystemSetup containing all the provided settings |
ActorSystemSetup |
create(scala.collection.Seq<Setup> settings)
Java API: Create an
ActorSystemSetup containing all the provided settings |
ActorSystemSetup |
create(Setup... settings)
Java API: Create an
ActorSystemSetup containing all the provided settings |
ActorSystemSetup |
empty() |
public static final ActorSystemSetup$ MODULE$
public ActorSystemSetup create(Setup... settings)
ActorSystemSetup containing all the provided settingssettings - (undocumented)public ActorSystemSetup empty()
public ActorSystemSetup apply(scala.collection.Seq<Setup> settings)
ActorSystemSetup containing all the provided settingssettings - (undocumented)public ActorSystemSetup create(scala.collection.Seq<Setup> settings)
ActorSystemSetup containing all the provided settingssettings - (undocumented)