CallContext

open class CallContext<PluginConfig : Any>

The context associated with the call that is currently being processed by server. Every call handler (PluginBuilder.onCall, PluginBuilder.onCallReceive, PluginBuilder.onCallRespond, and so on) of your plugin has a derivative of CallContext as a receiver.

Properties

Link copied to clipboard
val pluginConfig: PluginConfig

Inheritors

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