Notification Events vs Data Events
The concept name was not provided (marked as "undefined"), and the supplied source snippets contain only tutorial titles without any descriptive content about a specific concept. There is insufficient information to write a grounded, accurate definition.
Tutorials that teach this
Prerequisites
- Concept Event-driven architecture design The concept name provided is "undefined," so no specific SAP developer concept can be identified or defined from the available sources. Please provide a valid concept name — for example, **Event-Driven Architecture (EDA)** — so that an accurate, source-grounded definition can be written.
- Concept CloudEvents Specification and Message Format The concept provided is **undefined** and no valid concept name was supplied. Based on the available sources, the closest identifiable concept is the **Eventing Module** on SAP Business Technology Platform. The [Eventing Module](https://help.sap.com/docs/btp/sap-business-technology-platform/07b2d1db518b441780d1ea981eb77bb9?locale=en-US&state=PRODUCTION&version=Cloud) is a component developers use to set up event-driven communication between applications in their environment. It uses [event names to identify and route events to subscribers](https://help.sap.com/docs/btp/sap-business-technology-platform/97f5d77d27af4f5a91c98a5502975de6?locale=en-US&state=PRODUCTION&version=Cloud), enabling a publish-and-subscribe model where applications can emit and consume events asynchronously. Developers working with this module must also account for diagnostic scenarios such as events not being delivered or subscribers receiving irrelevant events.