OutHandler

org.apache.pekko.stream.stage.OutHandler
trait OutHandler

Collection of callbacks for an output port of a GraphStage

Attributes

Source
GraphStage.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def onPull(): Unit

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

Source
GraphStage.scala

Concrete methods

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

Source
GraphStage.scala

Deprecated methods

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]
Source
GraphStage.scala