Class TestKitSettings$


  • public class TestKitSettings$
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static TestKitSettings$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      TestKitSettings apply​(ActorSystem<?> system)
      Reads configuration settings from akka.actor.testkit.typed section.
      TestKitSettings apply​(com.typesafe.config.Config config)
      Reads configuration settings from given Config that must have the same layout as the akka.actor.testkit.typed section.
      TestKitSettings create​(ActorSystem<?> system)
      Java API: Reads configuration settings from akka.actor.testkit.typed section.
      TestKitSettings create​(com.typesafe.config.Config config)
      Reads configuration settings from given Config that must have the same layout as the akka.actor.testkit.typed section.
      • Methods inherited from class java.lang.Object

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

      • MODULE$

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

      • TestKitSettings$

        public TestKitSettings$()
    • Method Detail

      • apply

        public TestKitSettings apply​(ActorSystem<?> system)
        Reads configuration settings from akka.actor.testkit.typed section.
      • apply

        public TestKitSettings apply​(com.typesafe.config.Config config)
        Reads configuration settings from given Config that must have the same layout as the akka.actor.testkit.typed section.
      • create

        public TestKitSettings create​(ActorSystem<?> system)
        Java API: Reads configuration settings from akka.actor.testkit.typed section.
      • create

        public TestKitSettings create​(com.typesafe.config.Config config)
        Reads configuration settings from given Config that must have the same layout as the akka.actor.testkit.typed section.