case object FailStage extends Strategy with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- FailStage
- Serializable
- Product
- Equals
- Strategy
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Strategy that treats
cancelStage
the same asfailStage
, i.e. all inlets are cancelled (propagating the cancellation cause) and all outlets are failed propagating the cause from cancellation.