Package akka.stream.testkit
Class GraphStageMessages
- java.lang.Object
-
- akka.stream.testkit.GraphStageMessages
-
public class GraphStageMessages extends java.lang.Object
Messages emitted after the correspondingstageUnderTest
methods has been invoked.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GraphStageMessages.DownstreamFinish$
static class
GraphStageMessages.Failure
static class
GraphStageMessages.Failure$
static class
GraphStageMessages.Pull$
static class
GraphStageMessages.Push$
static class
GraphStageMessages.StageFailure
Sent to the probe when the operator callback threw an exception param: operation The operation that failedstatic class
GraphStageMessages.StageFailure$
static interface
GraphStageMessages.StageMessage
static class
GraphStageMessages.UpstreamFinish$
-
Constructor Summary
Constructors Constructor Description GraphStageMessages()
-