Package-level declarations

Types

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

A plugin that logs a high volume of requests and responses handled by the agent 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.