User Stories
...
- For example, the channel to subscribe to change events for Employee__c custom object records is:
/data/Employee__ChangeEvent |
When something is changed in entity we will receive notification event for it.
...
Then we will compare response with previous info about entity, if it exists, and send change event if necessary. If there is no previous info, than create event will be sent.
Implementation
Salesforce CDC API will be used for realtime plugin.
Cometd BayeuxClient is used to subscribe to events.