You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repo contains the CometD .NET Core implementation for Salesforce Platform events.
4
+
This repo contains the CometD .NET Core implementation for Salesforce Platform events.
5
+
These events can be subscribed to and listened to by your custom `Event Listener`.
6
+
5
7
1.`CometD.NetCore2.Salesforce`
6
-
- Salesforce Platform Events as Event Bus [eShopOnContainers](https://github.com/dotnet-architecture/eShopOnContainers)
7
-
2.`AuthApp`
8
-
- utility to retrieve `Access Token` and `Refresh Token` to be used by `TestApp`.
9
-
3.`TestApp`
10
-
- sample application to test the code.
8
+
- Salesforce Platform Events as Event Bus [eShopOnContainers](https://github.com/dotnet-architecture/eShopOnContainers).
9
+
-[Reusable Building Blocks and sample application that listens to Salesforce push events](https://github.com/kdcllc/Bet.BuildingBlocks.SalesforceEventBus).
10
+
2. DotNet Cli tool `AuthApp`
11
+
- This dotnet cli tool allows for retrieval of `Access Token` and `Refresh Token` to be used by any other application. Please refer to [How Are Apps Authenticated with the Web Server OAuth Authentication Flow](https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/intro_understanding_web_server_oauth_flow.htm)
0 commit comments