Class TestSink$
java.lang.Object
org.apache.pekko.stream.testkit.javadsl.TestSink$
Java API
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
probeA Sink that materialized to apekko.stream.testkit.TestSubscriber.Probe.
- 
createA Sink that materialized to apekko.stream.testkit.TestSubscriber.Probe.
 
-