PluginDevelopmentSource
data class PluginDevelopmentSource(val pluginId: String, val owningModulePath: String, val implementationClassName: String, val runtimeMode: PluginRuntimeMode = PluginRuntimeMode.IN_PROCESS)(source)
Source registration used by development hot reload.
Constructors
Link copied to clipboard
constructor(pluginId: String, owningModulePath: String, implementationClassName: String, runtimeMode: PluginRuntimeMode = PluginRuntimeMode.IN_PROCESS)