ktor-server-core / io.ktor.features / CallIdProvider

CallIdProvider

typealias CallIdProvider = (call: ApplicationCall) -> String?

A function that retrieves or generates call id using provided call