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
/
StrictPartitionedQueue
Strict
Partitioned
Queue
class
StrictPartitionedQueue
<
T
>
(
queues
:
Array
<
MessageQueue
<
T
>
>
)
:
PartitionedQueue
<
T
>
Members
Members & Extensions
Constructors
Strict
Partitioned
Queue
Link copied to clipboard
constructor
(
queues
:
Array
<
MessageQueue
<
T
>
>
)
Properties
partitions
Link copied to clipboard
open
override
val
partitions
:
Int
Functions
as
Ordered
Flows
Link copied to clipboard
open
fun
asOrderedFlows
(
)
:
Array
<
Flow
<
T
>
>
broadcast
Link copied to clipboard
open
suspend override
fun
broadcast
(
value
:
T
)
close
Link copied to clipboard
open
suspend override
fun
close
(
)
close
Finally
Link copied to clipboard
inline suspend
fun
CloseableCoroutine
.
closeFinally
(
cause
:
Throwable
?
)
consume
Link copied to clipboard
open
override
fun
consume
(
partition
:
Int
)
:
Flow
<
T
>
publish
Link copied to clipboard
open
suspend override
fun
publish
(
value
:
T
,
partition
:
Int
)