Airbyte Kotlin Bulk CDK
Toggle table of contents
0.1.92
jvm
Platform filter
jvm
Switch theme
Search in API
Airbyte Kotlin Bulk CDK
bulk-cdk-core-load
/
io.airbyte.cdk.load.message
/
PartitionedQueue
Partitioned
Queue
interface
PartitionedQueue
<
T
>
:
CloseableCoroutine
Inheritors
ResourceReservingPartitionedQueue
StrictPartitionedQueue
Members
Members & Extensions
Properties
partitions
Link copied to clipboard
abstract
val
partitions
:
Int
Functions
as
Ordered
Flows
Link copied to clipboard
open
fun
asOrderedFlows
(
)
:
Array
<
Flow
<
T
>
>
broadcast
Link copied to clipboard
abstract
suspend
fun
broadcast
(
value
:
T
)
close
Link copied to clipboard
abstract
suspend
fun
close
(
)
close
Finally
Link copied to clipboard
inline suspend
fun
CloseableCoroutine
.
closeFinally
(
cause
:
Throwable
?
)
consume
Link copied to clipboard
abstract
fun
consume
(
partition
:
Int
)
:
Flow
<
T
>
publish
Link copied to clipboard
abstract
suspend
fun
publish
(
value
:
T
,
partition
:
Int
)