plugin_started -- Notification for plugin start
DESCRIPTION
Notification added in v25.02.
The plugin_started notification informs whenever a plugin has started and registered its methods.
NOTIFICATION PAYLOAD
- plugin_name (string): The short name of the plugin.
- plugin_path (string): The executable path of the plugin.
- methods (array of strings): The RPC methods registered by the plugin.:
- (string, optional): A method registered by the plugin.