Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit 77afee9

Browse files
committed
fix formatting and remove blank lines
1 parent 8b8c517 commit 77afee9

File tree

1 file changed

+10
-16
lines changed

1 file changed

+10
-16
lines changed

docs/sources/salesforce.md

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ openssl req -x509 -sha256 -nodes -days 36500 -newkey rsa:2048 -keyout tm-sf.key
4848

4949
Refer to [Salesforce stream API][salesforce-stream-api-docs] on how to create stream channels:
5050

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`
5555

5656
Each Streaming event type has a distinct [set of features][salesroce-event-features]
5757

@@ -71,11 +71,11 @@ Open the Bridge creation screen and add a source of type `Salesforce`.
7171

7272
In the Source creation form, give a name to the event source and add the following information:
7373

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.
7979

8080
![Salesforce source form](../images/salesforce-source/salesforce-source-form.png)
8181

@@ -89,17 +89,11 @@ Wait a few seconds for all components to become ready, the green `Status` indica
8989

9090
The Salesforce event source emits events of the following types:
9191

92-
* `com.salesforce.stream.message`
93-
94-
95-
96-
92+
- `com.salesforce.stream.message`
9793

9894
[salesforce-stream-api-docs]: https://developer.salesforce.com/docs/atlas.en-us.api_streaming.meta/api_streaming/
9995
[salesforce-oauth-jwt]: https://help.salesforce.com/articleView?id=remoteaccess_oauth_jwt_flow.htm
10096
[salesroce-event-features]: https://developer.salesforce.com/docs/atlas.en-us.api_streaming.meta/api_streaming/event_comparison.htm
10197
[ce]: https://cloudevents.io/
10298

10399
[tm-secret]: ../guides/secrets.md
104-
105-

0 commit comments

Comments
 (0)