Skip to content

Commit

Permalink
Update MessageEvent.cs
Browse files Browse the repository at this point in the history
resolving EventUuid not supported kdcllc#37 kdcllc#37
  • Loading branch information
jolienai committed Mar 3, 2022
1 parent de79e57 commit 591271c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/CometD.NetCore.Salesforce/Messaging/MessageEvent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,13 @@ public class MessageEvent
/// </example>
/// </summary>
public int ReplayId { get; set; }

/// <summary>
/// Contains Salesforce event Uuid.
/// <example>
/// "EventUuid": "e981b488-81f3-4fcc-bd6f-f7033c9d7ac3"
/// </example>
/// </summary>
public string EventUuid { get; set; }
}
}

0 comments on commit 591271c

Please sign in to comment.