TransactionKey

@Serializable(with = TransactionKey.Serde::class)
interface TransactionKey : Comparable<TransactionKey>

A key representing a single transaction on the log.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
abstract val systemTime: Instant

the time as recorded by the log.

Link copied to clipboard
abstract val txId: Long

the transaction id - a monotonically increasing number.