trait OutHandler extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- OutHandler
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def onPull(): Unit
Called when the output port has received a pull, and therefore ready to emit an element, i.e.
Called when the output port has received a pull, and therefore ready to emit an element, i.e. GraphStageLogic.push is now allowed to be called on this port.
- Annotations
- @throws(classOf[Exception])
Concrete Value Members
Deprecated Value Members
- def onDownstreamFinish(): Unit
Called when the output port will no longer accept any new elements.
Called when the output port will no longer accept any new elements. After this callback no other callbacks will be called for this port.
- Annotations
- @throws(classOf[Exception]) @deprecatedOverriding() @deprecated
- Deprecated
(Since version 2.6.0) Call onDownstreamFinish with a cancellation cause.
Collection of callbacks for an output port of a GraphStage