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