Package org.apache.pekko.actor.setup
Class ActorSystemSetup$
- java.lang.Object
- 
- org.apache.pekko.actor.setup.ActorSystemSetup$
 
- 
 public class ActorSystemSetup$ extends java.lang.Object
- 
- 
Field SummaryFields Modifier and Type Field Description static ActorSystemSetup$MODULE$Static reference to the singleton instance of this Scala object.
 - 
Constructor SummaryConstructors Constructor Description ActorSystemSetup$()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ActorSystemSetupapply(scala.collection.immutable.Seq<Setup> settings)Scala API: Create anpekko.actor.setup.ActorSystemSetupcontaining all the provided settingsActorSystemSetupcreate(Setup... settings)Java API: Create anpekko.actor.setup.ActorSystemSetupcontaining all the provided settingsActorSystemSetupcreate(scala.collection.immutable.Seq<Setup> settings)Java API: Create anpekko.actor.setup.ActorSystemSetupcontaining all the provided settingsActorSystemSetupempty()
 
- 
- 
- 
Field Detail- 
MODULE$public static final ActorSystemSetup$ MODULE$ Static reference to the singleton instance of this Scala object.
 
- 
 - 
Method Detail- 
createpublic ActorSystemSetup create(Setup... settings) Java API: Create anpekko.actor.setup.ActorSystemSetupcontaining all the provided settings
 - 
emptypublic ActorSystemSetup empty() 
 - 
applypublic ActorSystemSetup apply(scala.collection.immutable.Seq<Setup> settings) Scala API: Create anpekko.actor.setup.ActorSystemSetupcontaining all the provided settings
 - 
createpublic ActorSystemSetup create(scala.collection.immutable.Seq<Setup> settings) Java API: Create anpekko.actor.setup.ActorSystemSetupcontaining all the provided settings
 
- 
 
-