Aller au contenu
Français

KeyValueRemovedMessage

Ce contenu n’est pas encore disponible dans votre langue.

KeyValueRemovedMessage = object

Defined in: src/io/broker/JetStreamKeyValueActor.ts:78

A key was removed — as the receipt for delete / purge, and as the watch notification for a removal someone else performed. purged distinguishes the two removals JetStream offers: a delete leaves a tombstone in the key’s history, a purge drops the history as well.

readonly key: string

Defined in: src/io/broker/JetStreamKeyValueActor.ts:80


readonly kind: "keyValueRemoved"

Defined in: src/io/broker/JetStreamKeyValueActor.ts:79


readonly purged: boolean

Defined in: src/io/broker/JetStreamKeyValueActor.ts:81