object GraphStageLogic
- Source
- GraphStage.scala
- Alphabetic
- By Inheritance
- GraphStageLogic
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- class ConditionalTerminateInput extends InHandler
Input handler that terminates the state upon receiving completion if the given condition holds at that time.
Input handler that terminates the state upon receiving completion if the given condition holds at that time. The operator fails upon receiving a failure.
- class ConditionalTerminateOutput extends OutHandler
Output handler that terminates the state upon receiving completion if the given condition holds at that time.
Output handler that terminates the state upon receiving completion if the given condition holds at that time. The operator fails upon receiving a failure.
- final class StageActor extends AnyRef
Minimal actor to work with other actors and watch them in a synchronous ways
Minimal actor to work with other actors and watch them in a synchronous ways
Not for user instantiation, use #getStageActor.
- final case class StageActorRefNotInitializedException() extends RuntimeException with Product with Serializable
Value Members
- object EagerTerminateInput extends InHandler
Input handler that terminates the operator upon receiving completion.
Input handler that terminates the operator upon receiving completion. The operator fails upon receiving a failure.
- object EagerTerminateOutput extends OutHandler
Output handler that terminates the operator upon cancellation.
- object IgnoreTerminateInput extends InHandler
Input handler that does not terminate the operator upon receiving completion.
Input handler that does not terminate the operator upon receiving completion. The operator fails upon receiving a failure.
- object IgnoreTerminateOutput extends OutHandler
Output handler that does not terminate the operator upon cancellation.
- object StageActorRef
- object TotallyIgnorantInput extends InHandler
Input handler that does not terminate the operator upon receiving completion nor failure.