Package org.apache.pekko.actor.setup
Class ActorSystemSetup
java.lang.Object
org.apache.pekko.actor.setup.ActorSystemSetup
A set of setup settings for programmatic configuration of the actor system.
 
 Constructor is *Internal API*. Use the factory methods create(org.apache.pekko.actor.setup.Setup...) and apply(scala.collection.immutable.Seq<org.apache.pekko.actor.setup.Setup>) to create
 instances.
- 
Method SummaryModifier and TypeMethodDescription<T extends Setup>
 ActorSystemSetupand(T t) alias forwithSetupallowing for fluent combination of settings:a and b and c, wherea,bandcare concretepekko.actor.setup.Setupinstances.static ActorSystemSetupScala API: Create anpekko.actor.setup.ActorSystemSetupcontaining all the provided settingsstatic ActorSystemSetupJava API: Create anpekko.actor.setup.ActorSystemSetupcontaining all the provided settingsstatic ActorSystemSetupJava API: Create anpekko.actor.setup.ActorSystemSetupcontaining all the provided settingsstatic ActorSystemSetupempty()Java API: Extract a concretepekko.actor.setup.Setupof typeTif it is defined in the settings.<T extends Setup>
 scala.Option<T>get(scala.reflect.ClassTag<T> evidence$1) Scala API: Extract a concretepekko.actor.setup.Setupof typeTif it is defined in the settings.toString()<T extends Setup>
 ActorSystemSetupwithSetup(T t) Add a concretepekko.actor.setup.Setup.
- 
Method Details- 
createJava API: Create anpekko.actor.setup.ActorSystemSetupcontaining all the provided settings
- 
empty
- 
applyScala API: Create anpekko.actor.setup.ActorSystemSetupcontaining all the provided settings
- 
createJava API: Create anpekko.actor.setup.ActorSystemSetupcontaining all the provided settings
- 
getJava API: Extract a concretepekko.actor.setup.Setupof typeTif it is defined in the settings.
- 
getScala API: Extract a concretepekko.actor.setup.Setupof typeTif it is defined in the settings.
- 
withSetupAdd a concretepekko.actor.setup.Setup. If a setting of the same concretepekko.actor.setup.Setupalready is present it will be replaced.
- 
andalias forwithSetupallowing for fluent combination of settings:a and b and c, wherea,bandcare concretepekko.actor.setup.Setupinstances. If a setting of the same concretepekko.actor.setup.Setupalready is present it will be replaced.
- 
toString
 
-