import { type ConsumerInfo } from "https://deno.land/x/natsws@v1.28.0/src/mod.ts";
Properties
config: ConsumerConfig
The consumer configuration
delivered: SequenceInfo
The last message delivered from this Consumer
ack_floor: SequenceInfo
The highest contiguous acknowledged message
The number of messages pending acknowledgement but yet to acknowledged by the client.
optional
cluster: ClusterInfoThe cluster where the consumer is defined
The ISO timestamp when the ConsumerInfo was generated. This field is only available on servers 2.10.x or better
Set to true if the consumer is paused. This field is only available on servers 2.11.x or better
pause_remaining: Nanos
If the consumer was paused with a resume date, this field specifies the amount of time in nanoseconds remaining until the consumer will be automatically resumed. This field is only available on servers 2.11.x or better