T - the output data model typepublic interface Out<T>
| Modifier and Type | Method and Description |
|---|---|
void |
add(Source<T> source)
Adds an upstream source to this flow output.
|
FlowElementInput |
toInputPort()
Returns the internal port representation of this flow output.
|
void add(Source<T> source)
source - the upstream sourceFlowElementInput toInputPort()
Copyright © 2011–2018 Asakusa Framework Team. All rights reserved.