Package org.apache.pekko.stream.stage
Class AbstractInOutHandler
java.lang.Object
org.apache.pekko.stream.stage.AbstractInOutHandler
- All Implemented Interfaces:
InHandler,OutHandler
Java API: callback combination for output and input ports where termination logic is predefined
(completing when upstream completes, failing when upstream fails, completing when downstream cancels).
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.pekko.stream.stage.InHandler
onPush, onUpstreamFailure, onUpstreamFinishMethods inherited from interface org.apache.pekko.stream.stage.OutHandler
onDownstreamFinish, onPull
-
Constructor Details
-
AbstractInOutHandler
public AbstractInOutHandler()
-