plugin_stopped -- Notification for plugin stop
DESCRIPTION
Notification added in v25.02.
The plugin_stopped notification informs whenever a plugin stops and exposes the same payload shape as plugin_started.
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.