StreamItemMessage interface

A hub message representing a single item produced as part of a result stream.

Extends

Properties

headers

A MessageHeaders dictionary containing headers attached to the message.

invocationId

The invocation ID.

item

The item produced by the server.

type

Property Details

headers

A MessageHeaders dictionary containing headers attached to the message.

headers?: MessageHeaders

Property Value

invocationId

The invocation ID.

invocationId: string

Property Value

string

item

The item produced by the server.

item?: any

Property Value

any

type

type: StreamItem

Property Value