This repo is the implementation of Event Bus for Salesforce platform events with a sample app. It demonstrates how to interact with CometD for Salesforce Platform events.
- Bet.BuildingBlocks.SalesforceEventBus - the reusable library.
- Bet.Salesforce.TestApp - the project that contains
IEventBus
sample implementation. - TestApp - DotNetCore 2.2 worker implementation of
Bet.Salesforce.TestApp
- TestAppWorker - DotNetCore 3.0 worker implementation of
Bet.Salesforce.TestApp
with Docker support.
- CometD2.NetCore - CometD.org implementation, supports replay id.
- CometD.NetCore2.Salesforce project - provides with implementation of this library.