콘텐츠로 이동
한국어

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