跳转到内容
简体中文

KeyValueRemovedMessage

此内容尚不支持你的语言。

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