-
- All Implemented Interfaces:
-
net.pwall.pipeline.BaseCoAcceptor,net.pwall.pipeline.BaseCoPipeline,net.pwall.pipeline.CoAcceptor
public interface CoPipeline<A extends Object, E extends Object, R extends Object> implements CoAcceptor<A, R>, BaseCoPipeline<R>
A pipeline that accepts and emits values of the specified types.
-
-
Method Summary
Modifier and Type Method Description abstract Unitemit(E value)Emit a value, that is, forward a value to the downstream acceptor. -
Methods inherited from class net.pwall.pipeline.CoAcceptor
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
-
-