PluginManager

class PluginManager(val plugins: List<Plugin> = emptyList())

Manages the pre-aggregation of typed functional callbacks.

Constructors

Link copied to clipboard
constructor(plugins: List<Plugin> = emptyList())

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The list of registered plugins managed by this instance.

Functions

Link copied to clipboard
suspend fun close()
Link copied to clipboard
fun getPlugin(pluginName: String): Plugin?