Package akka.actor.testkit.typed
Class TestKitSettings$
- java.lang.Object
-
- akka.actor.testkit.typed.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.
-
Constructor Summary
Constructors Constructor Description TestKitSettings$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TestKitSettings
apply(ActorSystem<?> system)
Reads configuration settings fromakka.actor.testkit.typed
section.TestKitSettings
apply(com.typesafe.config.Config config)
Reads configuration settings from givenConfig
that must have the same layout as theakka.actor.testkit.typed
section.TestKitSettings
create(ActorSystem<?> system)
Java API: Reads configuration settings fromakka.actor.testkit.typed
section.TestKitSettings
create(com.typesafe.config.Config config)
Reads configuration settings from givenConfig
that must have the same layout as theakka.actor.testkit.typed
section.
-
-
-
Field Detail
-
MODULE$
public static final TestKitSettings$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public TestKitSettings apply(ActorSystem<?> system)
Reads configuration settings fromakka.actor.testkit.typed
section.
-
apply
public TestKitSettings apply(com.typesafe.config.Config config)
Reads configuration settings from givenConfig
that must have the same layout as theakka.actor.testkit.typed
section.
-
create
public TestKitSettings create(ActorSystem<?> system)
Java API: Reads configuration settings fromakka.actor.testkit.typed
section.
-
create
public TestKitSettings create(com.typesafe.config.Config config)
Reads configuration settings from givenConfig
that must have the same layout as theakka.actor.testkit.typed
section.
-
-