ApplicationPlugin

Defines a Plugin that is installed into Application.

Parameters

TConfiguration

is the configuration object type for this Plugin

Functions

Link copied to clipboard
abstract fun install(pipeline: Application, configure: TConfiguration.() -> Unit): PluginInstance

A plugin's installation script.

Properties

Link copied to clipboard
abstract val key: <ERROR CLASS><TPlugin>

A unique key that identifies a plugin.