Class TestInbox$
- java.lang.Object
-
- akka.actor.testkit.typed.scaladsl.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>
apply(java.lang.String name)
<T> java.lang.String
apply$default$1()
-
-
-
Field Detail
-
MODULE$
public static final TestInbox$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public <T> TestInbox<T> apply(java.lang.String name)
-
apply$default$1
public <T> java.lang.String apply$default$1()
-
-