embed

fun <PI, PO> embed(name: String, pipeline: Pipeline<PI, PO>): NodeRef<PO>(source)

Embed an existing pipeline as a node.

Return

Reference to the created node

Parameters

name

Node identifier for the embedded pipeline

pipeline

The pipeline to embed