Skip to content

Commit

Permalink
Merge pull request #38 from jolienai/master
Browse files Browse the repository at this point in the history
EventUuid not supported #37
  • Loading branch information
kdcllc committed Jun 13, 2022
2 parents de79e57 + 591271c commit 35d868c
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 35d868c

Please sign in to comment.