toggle menu
ktor
3.0.0-beta-1
3.0.0
3.0.0-rc-1
3.0.0-beta-2
3.0.0-beta-1
2.3.12
2.2.4
2.0.3
1.6.8
common
switch theme
search in API
ktor-call-id
/
io.ktor.callid
/
KtorCallIdContextElement
Ktor
Call
Id
Context
Element
class
KtorCallIdContextElement
(
val
callId
:
String
)
:
CoroutineContext.Element
A coroutine context element that holds a call ID of the current coroutine.
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