Package akka.stream
Class SubstreamCancelStrategy$
- java.lang.Object
-
- akka.stream.SubstreamCancelStrategy$
-
public class SubstreamCancelStrategy$ extends java.lang.Object
Cancel the stream of streams if any substream is cancelled.
-
-
Field Summary
Fields Modifier and Type Field Description static SubstreamCancelStrategy$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description SubstreamCancelStrategy$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SubstreamCancelStrategy
drain()
Drain substream on cancellation in order to prevent stalling of the stream of streams.SubstreamCancelStrategy
propagate()
-
-
-
Field Detail
-
MODULE$
public static final SubstreamCancelStrategy$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
propagate
public SubstreamCancelStrategy propagate()
-
drain
public SubstreamCancelStrategy drain()
Drain substream on cancellation in order to prevent stalling of the stream of streams.- Returns:
- (undocumented)
-
-