Packages

object SubstreamCancelStrategy

Source
SubstreamCancelStrategy.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SubstreamCancelStrategy
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def drain: SubstreamCancelStrategy

    Drain substream on cancellation in order to prevent stalling of the stream of streams.

  2. def propagate: SubstreamCancelStrategy

    Cancel the stream of streams if any substream is cancelled.