KvdbDeletedEntryEventData

data class KvdbDeletedEntryEventData(val kvdbId: String, val kvdbEntryKey: String)

Holds data of event that arrives when KVDB entry is deleted.

Constructors

Link copied to clipboard
constructor(kvdbId: String, kvdbEntryKey: String)

Properties

Link copied to clipboard

Key of deleted Entry

Link copied to clipboard

KVDB ID