trait InHandler extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- InHandler
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def onPush(): Unit
Called when the input port has a new element available.
Called when the input port has a new element available. The actual element can be retrieved via the GraphStageLogic.grab method.
- Annotations
- @throws(classOf[Exception])
Concrete Value Members
- def onUpstreamFailure(ex: Throwable): Unit
Called when the input port has failed.
Called when the input port has failed. After this callback no other callbacks will be called for this port.
- Annotations
- @throws(classOf[Exception])
- def onUpstreamFinish(): Unit
Called when the input port is finished.
Called when the input port is finished. After this callback no other callbacks will be called for this port.
- Annotations
- @throws(classOf[Exception])
Collection of callbacks for an input port of a GraphStage