Skip to content

Commit

Permalink
Remove redundant tips in messaging cookbook (#618)
Browse files Browse the repository at this point in the history
  • Loading branch information
swaldmann authored Jan 12, 2024
1 parent c0e0da0 commit 8a35327
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions guides/messaging/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class Receiver extends cds.Service { async init() {
}}
```

::: tip
::: tip Emitters vs Receivers
**Emitters** usually emit messages to *themselves* to inform *potential* listeners about certain events.
**Receivers** connect to *Emitters* to register handlers to such emitted events.
:::
Expand Down Expand Up @@ -571,7 +571,7 @@ usually in combination with `cloudevents` format, as in this excerpt from a _pac
[Learn more about `cds.env` profiles](../../node.js/cds-env#profiles){.learn-more}


::: tip
::: tip Read the guide
Find additional information about deploying SAP Event Mesh on SAP BTP in this guide:
[→ **_Using SAP Event Mesh in BTP_**](./event-mesh)
:::
Expand Down Expand Up @@ -610,7 +610,7 @@ const S4Bupa = await cds.connect.to ('API_BUSINESS_PARTNER')
S4Bupa.on ('BusinessPartner.Changed', msg => {...})
```

::: tip
::: tip Read the guide
Find more detailed information specific to receiving events from SAP S/4HANA in this separate guide:
[→ **_Receiving Events from SAP S/4HANA_**](./s4)
:::

0 comments on commit 8a35327

Please sign in to comment.