TriggerStreamStateValue

class TriggerStreamStateValue(val primaryKey: Map<String, JsonNode> = mapOf(), val cursors: Map<String, JsonNode> = mapOf())

Constructors

Link copied to clipboard
constructor(primaryKey: Map<String, JsonNode> = mapOf(), cursors: Map<String, JsonNode> = mapOf())

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cursors: Map<String, JsonNode>
Link copied to clipboard
val primaryKey: Map<String, JsonNode>