GraphStageMessages

org.apache.pekko.stream.testkit.GraphStageMessages

Messages emitted after the corresponding stageUnderTest methods has been invoked.

Attributes

Source
TestGraphStage.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

Attributes

Source
TestGraphStage.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait StageMessage
class Object
trait Matchable
class Any
Show all
Self type

Attributes

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

Attributes

Source
TestGraphStage.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait StageMessage
class Object
trait Matchable
class Any
Show all
Self type
Pull.type

Attributes

Source
TestGraphStage.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait StageMessage
class Object
trait Matchable
class Any
Show all
Self type
Push.type
case class StageFailure(operation: StageMessage, exception: Throwable)

Sent to the probe when the operator callback threw an exception

Sent to the probe when the operator callback threw an exception

Value parameters

operation

The operation that failed

Attributes

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

Attributes

Source
TestGraphStage.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Failure
object Pull
object Push

Attributes

Source
TestGraphStage.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait StageMessage
class Object
trait Matchable
class Any
Show all
Self type