Package akka.actor.testkit.typed.javadsl
Class TestInbox$
- java.lang.Object
-
- akka.actor.testkit.typed.javadsl.TestInbox$
-
public class TestInbox$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static TestInbox$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description TestInbox$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> TestInbox<T>
create()
<T> TestInbox<T>
create(java.lang.String name)
-
-
-
Field Detail
-
MODULE$
public static final TestInbox$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-