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.state
/
FreeingAnnotatingCheckpointConsumer
Freeing
Annotating
Checkpoint
Consumer
@
Singleton
class
FreeingAnnotatingCheckpointConsumer
(
consumer
:
OutputConsumer
)
:
SuspendFunction4
<
Reserved
<
CheckpointMessage
>
,
Long
,
Long
,
Long
,
Unit
>
Members
Constructors
Freeing
Annotating
Checkpoint
Consumer
Link copied to clipboard
constructor
(
consumer
:
OutputConsumer
)
Functions
invoke
Link copied to clipboard
open
suspend operator override
fun
invoke
(
message
:
Reserved
<
CheckpointMessage
>
,
totalRecords
:
Long
,
totalBytes
:
Long
,
totalRejectedRecords
:
Long
)