A - the accepted (input) value typeE - the emitted (downstream) value typeR - the result typepublic interface Pipeline<A,E,R> extends Acceptor<A,R>, BasePipeline<R>
| Modifier and Type | Method and Description |
|---|---|
void |
emit(E value)
Emit a value, that is, forward a value to the downstream acceptor.
|
getDownstream, getResult, isComplete, isStageCompleteflush, isClosed, safeCloseclosevoid emit(E value)
value - the valueCopyright © 2025. All rights reserved.