build

Function Usage

Loads the added plugins. During process construction, recursive operations are performed based on the upstream and downstream relationships of plugins. The maximum number of recursion times is 4096. Set the plugins and their input and output properly. In a pipeline, the maximum number of plugins and pipeline configuration items is 5120.

This function must be used together with stop(). Do not call build and stop repeatedly in a process.

Prototype

1
build()

Exception Throwing Interface

If the pipeline fails to be created, a runtime exception is thrown.