String path to a module containing a command handler. exports.default (export default class in Typescript) should be the command handler
When your handler is invoked, you can call response.data.setObj(
If you set this to true, this handler will produce no output. Note: if you specify "true" for the last handler in a chain, the command will not produce the final output.
Generated using TypeDoc
A single link in a chain of chained handlers. Specifies which handler to call and how to direct the output of that handler into future handlers of the chain.