The four logical layers present in the event flow are the following:
- Event generators
- Event channel
- Event processing
- Downstream event-driven activity
The four logical layers present in the event flow are the following:
The sources from where events are generated are called event generators. The source could be an application, service, business process, sensor, database, or even a human being. An event that is generated is evaluated for notability by an event filter, and if the evaluation is successful, leads to the generation of a notable event. Since there are diverse sources for the generation of events, not all generated events will be in a format that is suitable for processing. For such events, it is necessary to ensure that they are converted into...