Table of Contents

TTMSMCPStreamableHTTPMessage Record

One already-formatted event waiting in the channel's outbound queue.

API unit family: TMS.MCP.Transport.StreamableHTTP

Syntax

TTMSMCPStreamableHTTPMessage = record

Remarks

Queued when the channel has something to push to a client, and written out by a worker thread. The text is complete when the record is queued, so nothing is formatted at the time of writing.

Fields and properties

Name Type Description
Connection TTMSMCPHTTPServerConnection Open stream the event is written to.
Msg string The complete event text to write, including its type, identifier and terminating blank line.