Package akka.stream.testkit
Class TestPublisher.Probe$
- java.lang.Object
-
- akka.stream.testkit.TestPublisher.Probe$
-
- Enclosing class:
- TestPublisher
public static class TestPublisher.Probe$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static TestPublisher.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> TestPublisher.Probe<T>
apply(long initialPendingRequests, ClassicActorSystemProvider system)
<T> long
apply$default$1()
-
-
-
Field Detail
-
MODULE$
public static final TestPublisher.Probe$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public <T> TestPublisher.Probe<T> apply(long initialPendingRequests, ClassicActorSystemProvider system)
-
apply$default$1
public <T> long apply$default$1()
-
-