Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
Add UMESSAGE_TYPE_NOTIFICATION
Browse files Browse the repository at this point in the history
  • Loading branch information
czfdcn committed Mar 12, 2024
1 parent dc35387 commit 48ad778
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions uprotocol/uattributes.proto
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ enum UMessageType {
UMESSAGE_TYPE_PUBLISH = 1 [(uprotocol.ce_name) = "pub.v1"]; // Publish or notification
UMESSAGE_TYPE_REQUEST = 2 [(uprotocol.ce_name) = "req.v1"]; // Request
UMESSAGE_TYPE_RESPONSE = 3 [(uprotocol.ce_name) = "res.v1"]; // Response
UMESSAGE_TYPE_NOTIFICATION = 4 [(uprotocol.ce_name) = "pub.v1"]; // Notification are identified in
// CloudEvents as published events
}


Expand Down

0 comments on commit 48ad778

Please sign in to comment.