Class TestSink$
java.lang.Object
org.apache.pekko.stream.testkit.javadsl.TestSink$
Java API
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> Sink<T,
TestSubscriber.Probe<T>> create
(ClassicActorSystemProvider system) A Sink that materialized to apekko.stream.testkit.TestSubscriber.Probe
.<T> Sink<T,
TestSubscriber.Probe<T>> probe
(ActorSystem system) A Sink that materialized to apekko.stream.testkit.TestSubscriber.Probe
.
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
TestSink$
public TestSink$()
-
-
Method Details
-
probe
A Sink that materialized to apekko.stream.testkit.TestSubscriber.Probe
. -
create
A Sink that materialized to apekko.stream.testkit.TestSubscriber.Probe
.
-