GroupStream interface
A single inbound group stream.
- Extends
-
AsyncIterable<GroupStreamMessage>
Properties
| abort |
Aborts when the stream completes, fails, times out, or its subscription is closed. |
| group |
Group name. |
| stream |
Stream identifier. |
Inherited Methods
| [async |
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