Class BehaviorTestKit$
java.lang.Object
org.apache.pekko.actor.testkit.typed.javadsl.BehaviorTestKit$
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BehaviorTestKit$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.typesafe.config.ConfigJAVA API<T> BehaviorTestKit<T>JAVA API<T> BehaviorTestKit<T>JAVA API<T> BehaviorTestKit<T>JAVA API
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
BehaviorTestKit$
public BehaviorTestKit$()
-
-
Method Details
-
applicationTestConfig
public com.typesafe.config.Config applicationTestConfig()JAVA API -
create
public <T> BehaviorTestKit<T> create(Behavior<T> initialBehavior, String name, com.typesafe.config.Config config) JAVA API -
create
JAVA API -
create
JAVA API
-