Raxol.Core.Runtime.Plugins.Loader.Behaviour behaviour (Raxol v0.4.0)
View SourceDefines the behaviour for plugin loading functionality.
This behaviour is responsible for:
- Loading plugin modules
- Initializing plugins with configuration
- Verifying plugin implementations
- Managing plugin metadata
Summary
Callbacks
Verifies if a module implements a specific behaviour.
Initializes a plugin with the given configuration.
Loads plugin metadata from a module.
Loads a plugin module and verifies it implements the required behaviour.
Callbacks
Verifies if a module implements a specific behaviour.
Initializes a plugin with the given configuration.
Loads plugin metadata from a module.
Loads a plugin module and verifies it implements the required behaviour.