object GraphStageMessages
Ordering
- Alphabetic
- By Inheritance
Inherited
- GraphStageMessages
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class Failure(ex: Throwable) extends with with Product with Serializable
- case class StageFailure(operation: StageMessage, exception: Throwable) extends Product with Serializable
Sent to the probe when the operator callback threw an exception
Sent to the probe when the operator callback threw an exception
- operation
The operation that failed
- sealed trait StageMessage extends AnyRef
Messages emitted after the corresponding
stageUnderTest
methods has been invoked.