simplify reliale channel description

This commit is contained in:
Ivan FB 2026-03-31 21:38:59 +02:00
parent c3daa9d127
commit 27fef43f95
No known key found for this signature in database
GPG Key ID: DF0C67A04C543270

View File

@ -174,11 +174,11 @@ types:
ReliableChannel: ReliableChannel:
type: object type: object
description: "A reliable channel instance or communication group having end-to-end reliable messaging on a single content topic." description: "An entity that guarantees message delivery among all participants on a single content topic."
fields: fields:
channelId: channelId:
type: string type: string
description: "Identifier of the communication group that is being synchronized" description: "Unique identifier"
messageEvents: messageEvents:
type: ReliableMessageEvents type: ReliableMessageEvents
description: "Event emitter for message-related events on this channel" description: "Event emitter for message-related events on this channel"