BaseApplicationPlugin
interface BaseApplicationPlugin<in TPipeline : Pipeline<*, PipelineCall>, out TConfiguration : Any, TPlugin : Any> : Plugin<TPipeline, TConfiguration, TPlugin>
Defines a Plugin that is installed into Application.
Parameters
TPipeline
is the type of the pipeline this plugin is compatible with
TConfiguration
is the configuration object type for this Plugin
TPlugin
is the instance type of the Plugin object