public class TestSink$
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static TestSink$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
| Constructor and Description |
|---|
TestSink$() |
| Modifier and Type | Method and Description |
|---|---|
<T> Sink<T,TestSubscriber.Probe<T>> |
probe(ActorSystem system)
A Sink that materialized to a
TestSubscriber.Probe. |
public static final TestSink$ MODULE$
public <T> Sink<T,TestSubscriber.Probe<T>> probe(ActorSystem system)
TestSubscriber.Probe.system - (undocumented)