Class TestSink$
- java.lang.Object
-
- org.apache.pekko.stream.testkit.javadsl.TestSink$
-
public class TestSink$ extends java.lang.Object
Java API
-
-
Constructor Summary
Constructors Constructor Description TestSink$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <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 Detail
-
MODULE$
public static final TestSink$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
probe
public <T> Sink<T,TestSubscriber.Probe<T>> probe(ActorSystem system)
A Sink that materialized to apekko.stream.testkit.TestSubscriber.Probe
.
-
create
public <T> Sink<T,TestSubscriber.Probe<T>> create(ClassicActorSystemProvider system)
A Sink that materialized to apekko.stream.testkit.TestSubscriber.Probe
.
-
-