DebeziumRecordKey

value class DebeziumRecordKey(val wrapped: JsonNode)

DebeziumRecordKey wraps a Debezium change data event key.

Constructors

Link copied to clipboard
constructor(wrapped: JsonNode)

Properties

Link copied to clipboard
val wrapped: JsonNode

Functions

Link copied to clipboard
fun element(fieldName: String): JsonNode

Convenience function for accessing child object nodes of the debezium event root node.