GroupStream interface

A single inbound group stream.

Extends

AsyncIterable<GroupStreamMessage>

Properties

abortSignal

Aborts when the stream completes, fails, times out, or its subscription is closed.

groupName

Group name.

streamId

Stream identifier.

Inherited Methods

[asyncIterator]()

Property Details

abortSignal

Aborts when the stream completes, fails, times out, or its subscription is closed.

abortSignal: AbortSignal

Property Value

AbortSignal

groupName

Group name.

groupName: string

Property Value

string

streamId

Stream identifier.

streamId: string

Property Value

string

Inherited Method Details

[asyncIterator]()

function [asyncIterator](): AsyncIterator<GroupStreamMessage, any, undefined>

Returns

AsyncIterator<GroupStreamMessage, any, undefined>

Inherited From AsyncIterable.__@asyncIterator@324