Skip to content

Commit b02a4db

Browse files
committed
change(jetstream): consumer status() now returns an iterator instead of a Promise to an iterator.
1 parent b5be920 commit b02a4db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jetstream/src/pushconsumer.ts

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ export class PushConsumerMessagesImpl extends QueuedIteratorImpl<JsMsg>
4848
deliverPrefix: string | null;
4949
serial: number;
5050
createFails!: number;
51+
statusIterator!: QueuedIteratorImpl<Status>;
5152

5253
constructor(
5354
c: PushConsumerImpl,

0 commit comments

Comments
 (0)