Skip to content

ChainGraph API Documentation / @badaitech/chaingraph-channel / types / SubscriberStats

Interface: SubscriberStats

Defined in: types/ChannelStats.d.ts:81

Detailed subscriber statistics (for advanced monitoring).

Properties

behindBy

behindBy: number

Defined in: types/ChannelStats.d.ts:93

Number of items behind current position.


createdAt

createdAt: number

Defined in: types/ChannelStats.d.ts:101

Timestamp when subscriber was created.


id

id: string

Defined in: types/ChannelStats.d.ts:85

Unique subscriber ID.


isProcessing

isProcessing: boolean

Defined in: types/ChannelStats.d.ts:97

Whether subscriber is currently processing.


itemsProcessed

itemsProcessed: number

Defined in: types/ChannelStats.d.ts:105

Number of items processed by this subscriber.


position

position: number

Defined in: types/ChannelStats.d.ts:89

Current position in the stream.

Licensed under BUSL-1.1