T - the data typepublic static class FlowElementResolver.OutputDriver<T> extends Object implements Source<T>
FlowElementOutput performs as Source.| Constructor and Description | 
|---|
OutputDriver(FlowElementOutput outputPort)
Creates a new instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
FlowElementOutput | 
toOutputPort()
Returns the internal port representation of this source element. 
 | 
public OutputDriver(FlowElementOutput outputPort)
outputPort - the original output portIllegalArgumentException - if the parameter is nullpublic FlowElementOutput toOutputPort()
SourcetoOutputPort in interface Source<T>Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.