mirror of
https://github.com/logos-messaging/specs.git
synced 2026-05-01 10:33:06 +00:00
simplify reliale channel description
This commit is contained in:
parent
c3daa9d127
commit
27fef43f95
@ -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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user