Package akka.stream.testkit
Class TestSubscriber$
- java.lang.Object
 - 
- akka.stream.testkit.TestSubscriber$
 
 
- 
public class TestSubscriber$ extends java.lang.Object 
- 
- 
Field Summary
Fields Modifier and Type Field Description static TestSubscriber$MODULE$Static reference to the singleton instance of this Scala object. 
- 
Constructor Summary
Constructors Constructor Description TestSubscriber$() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> TestSubscriber.ManualProbe<T>manualProbe(ActorSystem system)Probe that implementsSubscriberinterface.<T> TestSubscriber.Probe<T>probe(ActorSystem system) 
 - 
 
- 
- 
Field Detail
- 
MODULE$
public static final TestSubscriber$ MODULE$
Static reference to the singleton instance of this Scala object. 
 - 
 
- 
Method Detail
- 
manualProbe
public <T> TestSubscriber.ManualProbe<T> manualProbe(ActorSystem system)
Probe that implementsSubscriberinterface. 
- 
probe
public <T> TestSubscriber.Probe<T> probe(ActorSystem system)
 
 - 
 
 -