-
- All Implemented Interfaces:
-
net.pwall.pipeline.BaseCoAcceptor,net.pwall.pipeline.BaseCoPipeline,net.pwall.pipeline.IntCoAcceptor
public interface IntCoPipeline<R extends Object> implements IntCoAcceptor<R>, BaseCoPipeline<R>
A pipeline that accepts and emits integer values.
-
-
Method Summary
Modifier and Type Method Description abstract Unitemit(Integer value)Emit a value, that is, forward a value to the downstream acceptor. -
Methods inherited from class net.pwall.pipeline.IntCoAcceptor
accept, accept, accept -
Methods inherited from class net.pwall.pipeline.BaseCoAcceptor
close, flush, getClosed, getComplete, getResult -
Methods inherited from class net.pwall.pipeline.BaseCoPipeline
getDownstream, getStageComplete -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-