Plugins
Covers Engine Plugin SDK 2.0.0 · Interface Plugin SDK 0.2.0
SDK_API::registerOperation
Registers a plugin extension operation; it does not become an official DARTWIC operation.
Declaration
virtual std::string registerOperation(std::string local_id, std::string name, OperationHandler handler) = 0;Parameters
| Name | Description |
|---|---|
local_id | Identifier unique within the plugin. |
name | Operator-facing operation name. |
handler | JSON request handler. |
Returns
The plugin-qualified operation identifier.