Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Kunz committed Sep 12, 2024
1 parent 84214ca commit 480e645
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions guides/messaging/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,11 @@ Find the code to receive events in *[@capire/bookstore/srv/mashup.js](https://gi
The message payload is in the `data` property of the inbound `msg` object.


::: tip
To have more control over imported service definitions, you can set the `model` configuration of your external service to a cds file where you define the external service and only use the imported definitions your app needs. This way, plugins like [Open Resource Discovery (ORD)](../../plugins#ord-open-resource-discovery) know which parts of the external service you actually use in your application.
:::


## In-Process Eventing

As emitting and handling events is an intrinsic feature of the CAP core runtimes, there's nothing else required when emitters and receivers live in the same process.
Expand Down

0 comments on commit 480e645

Please sign in to comment.