ktor-server-core / io.ktor.features / CallId / Feature

Feature

companion object Feature : ApplicationFeature<ApplicationCallPipeline, Configuration, CallId>

Installable feature for CallId

Companion Object Properties

key

val key: AttributeKey<CallId>

Unique key that identifies a feature

phase

val phase: PipelinePhase

ApplicationCallPipeline's phase which this feature will be installed to

Companion Object Functions

install

fun install(pipeline: ApplicationCallPipeline, configure: Configuration.() -> Unit): CallId

Feature installation script