Package-level declarations

Types

Link copied to clipboard
class LoggingPlugin(val name: String = "logging_plugin") : Plugin

A plugin that logs important information at each callback point.

Link copied to clipboard
interface Plugin

Interface for creating plugins.

Link copied to clipboard
class PluginManager(val plugins: List<Plugin> = emptyList())

Manages the pre-aggregation of typed functional callbacks.