mirror of
https://github.com/logos-messaging/specs.git
synced 2026-01-05 23:53:12 +00:00
add description to events
This commit is contained in:
parent
35dc6ac6d6
commit
c61574b7be
@ -365,6 +365,7 @@ The node uses [P2P-RELIABILITY](/standards/application/p2p-reliability.md) strat
|
|||||||
types:
|
types:
|
||||||
MessageSentEvent:
|
MessageSentEvent:
|
||||||
type: object
|
type: object
|
||||||
|
description: "Event emitted when a message is sent to the network"
|
||||||
fields:
|
fields:
|
||||||
event_type:
|
event_type:
|
||||||
type: string
|
type: string
|
||||||
@ -379,6 +380,7 @@ types:
|
|||||||
|
|
||||||
MessageErrorEvent:
|
MessageErrorEvent:
|
||||||
type: object
|
type: object
|
||||||
|
description: "Event emitted when a message send operation fails"
|
||||||
fields:
|
fields:
|
||||||
event_type:
|
event_type:
|
||||||
type: string
|
type: string
|
||||||
@ -396,6 +398,7 @@ types:
|
|||||||
|
|
||||||
MessagePropagatedEvent:
|
MessagePropagatedEvent:
|
||||||
type: object
|
type: object
|
||||||
|
description: "Confirmation that a message has been correctly delivered to the network"
|
||||||
fields:
|
fields:
|
||||||
event_type:
|
event_type:
|
||||||
type: string
|
type: string
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user