Class TestProbe$
java.lang.Object
org.apache.pekko.actor.testkit.typed.javadsl.TestProbe$
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TestProbe$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<M> TestProbe<M>create(Class<M> clazz, ActorSystem<?> system) <M> TestProbe<M>create(String name, Class<M> clazz, ActorSystem<?> system) <M> TestProbe<M>create(String name, ActorSystem<?> system) <M> TestProbe<M>create(ActorSystem<?> system)
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
TestProbe$
public TestProbe$()
-
-
Method Details
-
create
-
create
-
create
-
create
-