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 ActorSystemSetupapply(scala.collection.immutable.Seq<Setup> settings)Scala API: Create anActorSystemSetupcontaining all the provided settingsActorSystemSetupcreate(Setup... settings)Java API: Create anActorSystemSetupcontaining all the provided settingsActorSystemSetupcreate(scala.collection.immutable.Seq<Setup> settings)Java API: Create anActorSystemSetupcontaining all the provided settingsActorSystemSetupempty() 
 - 
 
- 
- 
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 anActorSystemSetupcontaining all the provided settings 
- 
empty
public ActorSystemSetup empty()
 
- 
apply
public ActorSystemSetup apply(scala.collection.immutable.Seq<Setup> settings)
Scala API: Create anActorSystemSetupcontaining all the provided settings 
- 
create
public ActorSystemSetup create(scala.collection.immutable.Seq<Setup> settings)
Java API: Create anActorSystemSetupcontaining all the provided settings 
 - 
 
 -