Class 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.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ActorSystemSetup apply​(scala.collection.immutable.Seq<Setup> settings)
      Scala API: Create an pekko.actor.setup.ActorSystemSetup containing all the provided settings
      ActorSystemSetup create​(Setup... settings)
      Java API: Create an pekko.actor.setup.ActorSystemSetup containing all the provided settings
      ActorSystemSetup create​(scala.collection.immutable.Seq<Setup> settings)
      Java API: Create an pekko.actor.setup.ActorSystemSetup containing all the provided settings
      ActorSystemSetup empty()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MODULE$

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

      • ActorSystemSetup$

        public ActorSystemSetup$()
    • Method Detail

      • create

        public ActorSystemSetup create​(Setup... settings)
        Java API: Create an pekko.actor.setup.ActorSystemSetup containing all the provided settings
      • 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