CheckpointId

value class CheckpointId(val value: String)

Uniquely identifies the checkpoint. This is used by the StreamManager to count persisted records against the checkpoint. Specifically, it should be passed to the StreamManager to determine data sufficiency.

Unique, unordered.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard