Package akka.stream.testkit.scaladsl
Class TestSink
- java.lang.Object
 - 
- akka.stream.testkit.scaladsl.TestSink
 
 
- 
public class TestSink extends java.lang.ObjectFactory methods for test sinks. 
- 
- 
Constructor Summary
Constructors Constructor Description TestSink() 
- 
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static <T> Sink<T,TestSubscriber.Probe<T>>apply(ClassicActorSystemProvider system)A Sink that materialized to aTestSubscriber.Probe.static <T> Sink<T,TestSubscriber.Probe<T>>probe(ActorSystem system)Deprecated.Use `TestSink()` with implicit ClassicActorSystemProvider instead. 
 - 
 
- 
- 
Method Detail
- 
probe
public static <T> Sink<T,TestSubscriber.Probe<T>> probe(ActorSystem system)
Deprecated.Use `TestSink()` with implicit ClassicActorSystemProvider instead. Since 2.7.0.A Sink that materialized to aTestSubscriber.Probe. 
- 
apply
public static <T> Sink<T,TestSubscriber.Probe<T>> apply(ClassicActorSystemProvider system)
A Sink that materialized to aTestSubscriber.Probe. 
 - 
 
 -