Ir al contenido
Español

KeyValueRemovedMessage

Esta página aún no está disponible en tu idioma.

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