public static class GraphStageLogic.TotallyIgnorantInput$ extends java.lang.Object implements InHandler
Modifier and Type | Field and Description |
---|---|
static GraphStageLogic.TotallyIgnorantInput$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
TotallyIgnorantInput$() |
Modifier and Type | Method and Description |
---|---|
void |
onPush()
Called when the input port has a new element available.
|
void |
onUpstreamFailure(java.lang.Throwable ex)
Called when the input port has failed.
|
void |
onUpstreamFinish()
Called when the input port is finished.
|
public static final GraphStageLogic.TotallyIgnorantInput$ MODULE$
public void onPush()
InHandler
GraphStageLogic.grab()
method.public void onUpstreamFinish()
InHandler
onUpstreamFinish
in interface InHandler
public void onUpstreamFailure(java.lang.Throwable ex)
InHandler
onUpstreamFailure
in interface InHandler
ex
- (undocumented)