IgnoreTerminateOutput

org.apache.pekko.stream.stage.GraphStageLogic.IgnoreTerminateOutput

Output handler that does not terminate the operator upon cancellation.

Attributes

Source
GraphStage.scala
Graph
Supertypes
trait OutHandler
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

override def onDownstreamFinish(cause: Throwable): Unit

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

Definition Classes
Source
GraphStage.scala
override 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

Definition Classes
Source
GraphStage.scala
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any
Source
GraphStage.scala

Deprecated and Inherited 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]
Inherited from:
OutHandler
Source
GraphStage.scala