case object FailStage extends Strategy with Product with Serializable

Strategy that treats cancelStage the same as failStage, i.e. all inlets are cancelled (propagating the cancellation cause) and all outlets are failed propagating the cause from cancellation.

Source
Attributes.scala
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FailStage
  2. Serializable
  3. Product
  4. Equals
  5. Strategy
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def productElementName(n: Int): String
    Definition Classes
    Product
  2. def productElementNames: Iterator[String]
    Definition Classes
    Product