Executes multiple components.
To be executed components must implement IExecutable interface. If they don't the call to this method has no effect.
(optional) transaction id to trace execution through call chain.
a list of components that are to be executed.
execution arguments.
callback function that receives execution result or error.
Executes specific component.
To be executed components must implement IExecutable interface. If they don't the call to this method has no effect.
(optional) transaction id to trace execution through call chain.
the component that is to be executed.
execution arguments.
callback function that receives execution result or error.
Generated using TypeDoc
Helper class that executes components.
IExecutable