BaseRouteScopedPlugin

Defines a Plugin that can be installed into a RouteNode.

Parameters

TConfiguration

is the configuration object type for this Plugin

TPlugin

is the instance type of the Plugin object

Inheritors

Properties

Link copied to clipboard
abstract val key: AttributeKey<TPlugin>

A unique key that identifies a plugin.

Functions

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

A plugin's installation script.