mirror of
https://github.com/logos-messaging/specs.git
synced 2026-04-03 04:43:12 +00:00
simplify reliale channel description
This commit is contained in:
parent
c3daa9d127
commit
27fef43f95
@ -174,11 +174,11 @@ types:
|
||||
|
||||
ReliableChannel:
|
||||
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:
|
||||
channelId:
|
||||
type: string
|
||||
description: "Identifier of the communication group that is being synchronized"
|
||||
description: "Unique identifier"
|
||||
messageEvents:
|
||||
type: ReliableMessageEvents
|
||||
description: "Event emitter for message-related events on this channel"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user