Smithy Kotlin
Toggle table of contents
1.5.8
common
Platform filter
common
Switch theme
Skip to content
Smithy Kotlin
telemetry-api
/
aws.smithy.kotlin.runtime.telemetry.context
/
TelemetryContextElement
Telemetry
Context
Element
expect
class
TelemetryContextElement
(
context
:
Context
)
A CoroutineContext element that carries a telemetry
Context
.
Parameters
context
The active context
Members
Constructors
Telemetry
Context
Element
Link copied to clipboard
expect
constructor
(
context
:
Context
)
Types
Key
Link copied to clipboard
expect
object
Key
Properties
context
Link copied to clipboard
expect
val
context
:
Context
key
Link copied to clipboard
expect
open
val
key
:
<Error class: unknown class>
<
out
<Error class: unknown class>
>
Functions
fold
Link copied to clipboard
expect
open
fun
<
R
>
fold
(
initial
:
R
,
operation
:
(
R
,
<Error class: unknown class>
)
->
R
)
:
R
get
Link copied to clipboard
expect
open
fun
<
E
>
get
(
key
:
<Error class: unknown class>
<
E
>
)
:
E
?
minus
Key
Link copied to clipboard
expect
open
fun
minusKey
(
key
:
<Error class: unknown class>
<
out
<Error class: unknown class>
>
)
:
<Error class: unknown class>
plus
Link copied to clipboard
expect
open
fun
plus
(
context
:
<Error class: unknown class>
)
:
<Error class: unknown class>