Skip to content

Interface: ChannelFormat

Defined in: packages/aiui-claude-channel/src/channel.ts:159

A stream format: how to decode its payloads, and what to do with them.

Properties

codec

codec: PayloadCodec

Defined in: packages/aiui-claude-channel/src/channel.ts:161

Decodes this format's payload bytes into what the processor sees.


createProcessor

createProcessor: StreamProcessorFactory

Defined in: packages/aiui-claude-channel/src/channel.ts:163

Builds the processor for each new thread of this format.