public abstract class HandleOrPassOnStage.State
extends java.lang.Object
implements org.apache.pekko.stream.stage.InHandler, org.apache.pekko.stream.stage.OutHandler
Constructor and Description |
---|
State() |
Modifier and Type | Method and Description |
---|---|
abstract scala.PartialFunction<T,scala.runtime.BoxedUnit> |
handleEvent() |
void |
onPull() |
void |
onPush() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public abstract scala.PartialFunction<T,scala.runtime.BoxedUnit> handleEvent()
public void onPull()
onPull
in interface org.apache.pekko.stream.stage.OutHandler
public void onPush()
onPush
in interface org.apache.pekko.stream.stage.InHandler