PluginTraceElement

data class PluginTraceElement(val pluginName: String, val handler: String, val event: PluginTraceElement.PluginEvent)

Contains information about the plugin and handler (onCall, onReceive, and so on) that is currently being executed. Is used in Intellij Idea debugger to show plugin execution order.

Report a problem

Constructors

Link copied to clipboard
constructor(pluginName: String, handler: String, event: PluginTraceElement.PluginEvent)

Types

Link copied to clipboard

Properties

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