public interface InHandler
GraphStage
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.
|
void onPush() throws java.lang.Exception
GraphStageLogic.grab()
method.java.lang.Exception
void onUpstreamFinish() throws java.lang.Exception
java.lang.Exception
void onUpstreamFailure(java.lang.Throwable ex) throws java.lang.Exception
ex
- (undocumented)java.lang.Exception