Executes component with arguments and receives execution result.
(optional) transaction id to trace execution through call chain.
execution arguments.
callback function that receives execution result or error.
Gets the command name.
the command name.
Validates command arguments before execution using defined schema.
the parameters (arguments) to validate.
an array of ValidationResults.
Generated using TypeDoc
An interface for Commands, which are part of the Command design pattern. Each command wraps a method or function and allows to call them in uniform and safe manner.
Command
IExecutable
ICommandInterceptor
InterceptedCommand