org.apache.pekko.stream.stage.AbstractOutHandler
Java API: callbacks for an output port where termination logic is predefined (completing when downstream cancels).
Attributes
Source
GraphStage.scala
Graph
Reset zoom Hide graph Show graph
Supertypes
class Object
trait Matchable
class Any
Members list
Called when the output port will no longer accept any new elements. After this callback no other callbacks will be called for this port.
Called when the output port will no longer accept any new elements. After this callback no other callbacks will be called for this port.
Attributes
Inherited from:
OutHandler
Source
GraphStage.scala
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.
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.
Attributes
Inherited from:
OutHandler
Source
GraphStage.scala
Called when the output port will no longer accept any new elements. After this callback no other callbacks will be called for this port.
Called when the output port will no longer accept any new elements. After this callback no other callbacks will be called for this port.
Attributes
Deprecated
[Since version Akka 2.6.0]
Inherited from:
OutHandler
Source
GraphStage.scala