StageFailure

org.apache.pekko.stream.testkit.GraphStageMessages.StageFailure
case class StageFailure(operation: StageMessage, exception: Throwable)

Sent to the probe when the operator callback threw an exception

Value parameters

operation

The operation that failed

Attributes

Source
TestGraphStage.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product