Package org.apache.pekko.stream.testkit
Class GraphStageMessages
- java.lang.Object
-
- org.apache.pekko.stream.testkit.GraphStageMessages
-
public class GraphStageMessages extends java.lang.ObjectMessages emitted after the correspondingstageUnderTestmethods has been invoked.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGraphStageMessages.DownstreamFinish$static classGraphStageMessages.Failurestatic classGraphStageMessages.Failure$static classGraphStageMessages.Pull$static classGraphStageMessages.Push$static classGraphStageMessages.StageFailureSent to the probe when the operator callback threw an exception param: operation The operation that failedstatic classGraphStageMessages.StageFailure$static interfaceGraphStageMessages.StageMessagestatic classGraphStageMessages.UpstreamFinish$
-
Constructor Summary
Constructors Constructor Description GraphStageMessages()
-