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-toolkit-extract-cdc
/
io.airbyte.cdk.read.cdc
/
DebeziumOffset
Debezium
Offset
@
JvmInline
value
class
DebeziumOffset
(
val
wrapped
:
Map
<
JsonNode
,
JsonNode
>
)
DebeziumOffset
wraps the contents of a Debezium offset file.
Members
Constructors
Debezium
Offset
Link copied to clipboard
constructor
(
wrapped
:
Map
<
JsonNode
,
JsonNode
>
)
Properties
wrapped
Link copied to clipboard
val
wrapped
:
Map
<
JsonNode
,
JsonNode
>