object SubstreamCancelStrategy
- Source
- SubstreamCancelStrategy.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SubstreamCancelStrategy
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def drain: SubstreamCancelStrategy
Drain substream on cancellation in order to prevent stalling of the stream of streams.
- def propagate: SubstreamCancelStrategy
Cancel the stream of streams if any substream is cancelled.