Package akka.stream.testkit
Class TestSubscriber.Probe$
- java.lang.Object
-
- akka.stream.testkit.TestSubscriber.Probe$
-
- Enclosing class:
- TestSubscriber
public static class TestSubscriber.Probe$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static TestSubscriber.Probe$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description Probe$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> TestSubscriber.Probe<T>
apply(ClassicActorSystemProvider system)
-
-
-
Field Detail
-
MODULE$
public static final TestSubscriber.Probe$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public <T> TestSubscriber.Probe<T> apply(ClassicActorSystemProvider system)
-
-