Ktor
Toggle table of contents
3.3.x
Select version
3.4.x
3.3.x
3.2.x
3.1.x
3.0.x
2.3.x
2.2.x
2.0.x
1.6.x
common
Target filter
common
Switch theme
Search in API
Skip to content
Ktor
ktor-call-id
/
io.ktor.callid
/
KtorCallIdContextElement
Ktor
Call
Id
Context
Element
class
KtorCallIdContextElement
(
val
callId
:
String
)
:
CoroutineContext.Element
(
source
)
A coroutine context element that holds a call ID of the current coroutine.
Report a problem
See also
with
Call
Id
Members
Constructors
Ktor
Call
Id
Context
Element
Link copied to clipboard
constructor
(
callId
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
:
CoroutineContext.Key
<
KtorCallIdContextElement
>
Properties
call
Id
Link copied to clipboard
val
callId
:
String
key
Link copied to clipboard
open
override
val
key
:
CoroutineContext.Key
<
*
>
Functions
fold
Link copied to clipboard
open
override
fun
<
R
>
fold
(
initial
:
R
,
operation
:
(
R
,
CoroutineContext.Element
)
->
R
)
:
R
get
Link copied to clipboard
open
operator override
fun
<
E
:
CoroutineContext.Element
>
get
(
key
:
CoroutineContext.Key
<
E
>
)
:
E
?
minus
Key
Link copied to clipboard
open
override
fun
minusKey
(
key
:
CoroutineContext.Key
<
*
>
)
:
CoroutineContext
plus
Link copied to clipboard
open
operator
fun
plus
(
context
:
CoroutineContext
)
:
CoroutineContext