Skip to content
Snippets Groups Projects
Commit 1b2ebe4d authored by Komal Makkar's avatar Komal Makkar
Browse files

addressing comments.

parent e0be77fb
Branches trusted-cache_ent
No related tags found
1 merge request!56[Core] [Azure] Adding handshake filter
Pipeline #23765 failed
......@@ -22,6 +22,7 @@ import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
// TODO: Move the contract to core and use it for both publishing and consuming.
@Data
@AllArgsConstructor
@NoArgsConstructor(access = AccessLevel.PRIVATE)
......@@ -32,6 +33,7 @@ public class NotificationRecordsChangedData {
@SerializedName("correlation-id")
private String correlationId;
// TODO: Verify the need of account-id
@SerializedName("account-id")
private String accountId;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment