Class ActorSystemSetup$

java.lang.Object
org.apache.pekko.actor.setup.ActorSystemSetup$

public class ActorSystemSetup$ extends Object
  • Field Details

    • MODULE$

      public static final ActorSystemSetup$ MODULE$
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • ActorSystemSetup$

      public ActorSystemSetup$()
  • Method Details

    • create

      public ActorSystemSetup create(Setup... settings)
      Java API: Create an pekko.actor.setup.ActorSystemSetup containing all the provided settings
    • empty

      public ActorSystemSetup empty()
    • apply

      public ActorSystemSetup apply(scala.collection.immutable.Seq<Setup> settings)
      Scala API: Create an pekko.actor.setup.ActorSystemSetup containing all the provided settings
    • create

      public ActorSystemSetup create(scala.collection.immutable.Seq<Setup> settings)
      Java API: Create an pekko.actor.setup.ActorSystemSetup containing all the provided settings