Expand description
Plugin event bus: publish/subscribe channel for plugin lifecycle events.
Handlers register via register_handler and receive every subsequent
emit call. Errors from individual handlers are logged but do not abort
delivery to other handlers.
Structs§
- Plugin
Event Bus - Fan-out event bus: each
emitdelivers to all registered handlers.
Enums§
- Plugin
Event - Events published through the bus during the plugin lifecycle.
Traits§
- Plugin
Event Handler - Async handler trait for plugin events.