Package akka.actor.setup
Class ActorSystemSetup$
- java.lang.Object
-
- akka.actor.setup.ActorSystemSetup$
-
public class ActorSystemSetup$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static ActorSystemSetup$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description ActorSystemSetup$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActorSystemSetup
apply(scala.collection.immutable.Seq<Setup> settings)
Scala API: Create anActorSystemSetup
containing all the provided settingsActorSystemSetup
create(Setup... settings)
Java API: Create anActorSystemSetup
containing all the provided settingsActorSystemSetup
create(scala.collection.immutable.Seq<Setup> settings)
Java API: Create anActorSystemSetup
containing all the provided settingsActorSystemSetup
empty()
-
-
-
Field Detail
-
MODULE$
public static final ActorSystemSetup$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
create
public ActorSystemSetup create(Setup... settings)
Java API: Create anActorSystemSetup
containing all the provided settings
-
empty
public ActorSystemSetup empty()
-
apply
public ActorSystemSetup apply(scala.collection.immutable.Seq<Setup> settings)
Scala API: Create anActorSystemSetup
containing all the provided settings
-
create
public ActorSystemSetup create(scala.collection.immutable.Seq<Setup> settings)
Java API: Create anActorSystemSetup
containing all the provided settings
-
-