add
Function Usage
Adds plugins.
Prototype
1 | add(pluginNode: PluginNode) |
Input Parameters
Parameter |
Type |
Description |
|---|---|---|
pluginNode |
PluginNode |
Plugin node |
Exception Throwing Interface
If the node plugin fails to be added, a runtime exception is thrown.
Parent topic: SequentialStream