public class SubstreamCancelStrategy$
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static SubstreamCancelStrategy$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
| Constructor and Description |
|---|
SubstreamCancelStrategy$() |
| Modifier and Type | Method and Description |
|---|---|
SubstreamCancelStrategy |
drain()
Drain substream on cancellation in order to prevent stalling of the stream of streams.
|
SubstreamCancelStrategy |
propagate()
Cancel the stream of streams if any substream is cancelled.
|
public static final SubstreamCancelStrategy$ MODULE$
public SubstreamCancelStrategy propagate()
public SubstreamCancelStrategy drain()