@@ -48,10 +48,10 @@ openssl req -x509 -sha256 -nodes -days 36500 -newkey rsa:2048 -keyout tm-sf.key
48
48
49
49
Refer to [ Salesforce stream API] [ salesforce-stream-api-docs ] on how to create stream channels:
50
50
51
- - Change Data Capture events: ` /data/ChangeEvents `
52
- - PushTopics for streams based on single entity SOQL queries: ` /topic/TicketsSold `
53
- - Standard Platform Events for Salesforce event monitoring: ` /event/LoginEventStream `
54
- - Custom Platform Events for your SOQL platform events: ` /event/MyCustom__e `
51
+ - Change Data Capture events: ` /data/ChangeEvents `
52
+ - PushTopics for streams based on single entity SOQL queries: ` /topic/TicketsSold `
53
+ - Standard Platform Events for Salesforce event monitoring: ` /event/LoginEventStream `
54
+ - Custom Platform Events for your SOQL platform events: ` /event/MyCustom__e `
55
55
56
56
Each Streaming event type has a distinct [ set of features] [ salesroce-event-features ]
57
57
@@ -71,11 +71,11 @@ Open the Bridge creation screen and add a source of type `Salesforce`.
71
71
72
72
In the Source creation form, give a name to the event source and add the following information:
73
73
74
- * ** Broker** to send the events to.
75
- * ** Client ID** as retrieved from Salesforce Connected App.
76
- * ** Server** for authentication at Salesforce.
77
- * ** User** for the Salesforce account.
78
- * ** Channel** as configured at the Salesforce stream.
74
+ - ** Broker** to send the events to.
75
+ - ** Client ID** as retrieved from Salesforce Connected App.
76
+ - ** Server** for authentication at Salesforce.
77
+ - ** User** for the Salesforce account.
78
+ - ** Channel** as configured at the Salesforce stream.
79
79
80
80
![ Salesforce source form] ( ../images/salesforce-source/salesforce-source-form.png )
81
81
@@ -89,17 +89,11 @@ Wait a few seconds for all components to become ready, the green `Status` indica
89
89
90
90
The Salesforce event source emits events of the following types:
91
91
92
- * ` com.salesforce.stream.message `
93
-
94
-
95
-
96
-
92
+ - ` com.salesforce.stream.message `
97
93
98
94
[ salesforce-stream-api-docs ] : https://developer.salesforce.com/docs/atlas.en-us.api_streaming.meta/api_streaming/
99
95
[ salesforce-oauth-jwt ] : https://help.salesforce.com/articleView?id=remoteaccess_oauth_jwt_flow.htm
100
96
[ salesroce-event-features ] : https://developer.salesforce.com/docs/atlas.en-us.api_streaming.meta/api_streaming/event_comparison.htm
101
97
[ ce ] : https://cloudevents.io/
102
98
103
99
[ tm-secret ] : ../guides/secrets.md
104
-
105
-
0 commit comments