Module registry

Module registry 

Source
Expand description

Plugin registry for managing plugin lifecycle and execution

The PluginRegistry manages the registration, ordering, and execution of plugins. It implements the middleware pattern where plugins are executed in a defined order for request/response processing.

Structsยง

PluginRegistry
Registry for managing client plugins