kuilt
Toggle table of contents
0.6.0-dev
common
Target filter
common
Switch theme
Search in API
Skip to content
kuilt
kuilt-raft
/
us.tractat.kuilt.raft
/
DedupKey
Dedup
Key
@
Serializable
data
class
DedupKey
(
val
clientId
:
ClientId
,
val
requestId
:
Long
)
A proposal's end-to-end dedup identity: a
clientId
plus a per-client monotonic
requestId
.
Members
Constructors
Dedup
Key
Link copied to clipboard
constructor
(
clientId
:
ClientId
,
requestId
:
Long
)
Properties
client
Id
Link copied to clipboard
val
clientId
:
ClientId
request
Id
Link copied to clipboard
val
requestId
:
Long