Class TestSink$
java.lang.Object
org.apache.pekko.stream.testkit.scaladsl.TestSink$
Factory methods for test sinks.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> Sink<T,TestSubscriber.Probe<T>> apply(ClassicActorSystemProvider system) A Sink that materialized to apekko.stream.testkit.TestSubscriber.
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
TestSink$
public TestSink$()
-
-
Method Details
-
apply
A Sink that materialized to apekko.stream.testkit.TestSubscriber.
-