GraphStageMessages
org.apache.pekko.stream.testkit.GraphStageMessages
object GraphStageMessages
Messages emitted after the corresponding stageUnderTest methods has been invoked.
Attributes
- Source
- TestGraphStage.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
GraphStageMessages.type
Members list
Type members
Classlikes
case object DownstreamFinish extends StageMessage, NoSerializationVerificationNeeded
Attributes
- Source
- TestGraphStage.scala
- Supertypes
- Self type
-
DownstreamFinish.type
case class Failure(ex: Throwable) extends StageMessage, NoSerializationVerificationNeeded
Attributes
- Source
- TestGraphStage.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait StageMessageclass Objecttrait Matchableclass AnyShow all
case object Pull extends StageMessage, NoSerializationVerificationNeeded
Attributes
- Source
- TestGraphStage.scala
- Supertypes
- Self type
-
Pull.type
case object Push extends StageMessage, NoSerializationVerificationNeeded
Attributes
- Source
- TestGraphStage.scala
- Supertypes
- Self type
-
Push.type
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
Attributes
- Source
- TestGraphStage.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
case object UpstreamFinish extends StageMessage, NoSerializationVerificationNeeded
Attributes
- Source
- TestGraphStage.scala
- Supertypes
- Self type
-
UpstreamFinish.type
In this article