Airbyte Kotlin Bulk CDK
Toggle table of contents
1.0.2
jvm
Platform filter
jvm
Switch theme
Search in API
Airbyte Kotlin Bulk CDK
bulk-cdk-core-extract
/
io.airbyte.cdk.util
/
ThreadRenamingCoroutineName
Thread
Renaming
Coroutine
Name
data
class
ThreadRenamingCoroutineName
(
val
name
:
String
)
:
ThreadContextElement
<
String
>
Alternative to
kotlinx.coroutines.CoroutineName
that works in prod.
Members
Constructors
Thread
Renaming
Coroutine
Name
Link copied to clipboard
constructor
(
name
:
String
)
Types
Key
Link copied to clipboard
object
Key
:
CoroutineContext.Key
<
ThreadRenamingCoroutineName
>
Properties
key
Link copied to clipboard
open
override
val
key
:
CoroutineContext.Key
<
ThreadRenamingCoroutineName
>
name
Link copied to clipboard
val
name
:
String
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
restore
Thread
Context
Link copied to clipboard
open
override
fun
restoreThreadContext
(
context
:
CoroutineContext
,
oldState
:
String
)
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
update
Thread
Context
Link copied to clipboard
open
override
fun
updateThreadContext
(
context
:
CoroutineContext
)
:
String