Class TestSink
java.lang.Object
org.apache.pekko.stream.testkit.javadsl.TestSink
Java API
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> Sink<T,TestSubscriber.Probe<T>> create(ClassicActorSystemProvider system) A Sink that materialized to apekko.stream.testkit.TestSubscriber.
-
Constructor Details
-
TestSink
public TestSink()
-
-
Method Details
-
create
A Sink that materialized to apekko.stream.testkit.TestSubscriber.
-