The key elements of event processing

In this section, we will explore some of the basic principles and concepts commonly used when talking about and creating event-driven applications. These are the major building blocks for any solution that handles streaming event data.

First, here is a summary-level explanation for some of the key terms and concepts used:

  • Event: An occurrence within a particular system or domain, an event is something that has happened in the particular domain. An event is atomic—it either happens completely or not at all. The word event is also used to mean a software entity that represents such an occurrence in a computing system.
  • Raw event (simple event): This is an event that is introduced into an event-processing system by ...

Get Design Principles for Process-driven Architectures Using Oracle BPM and SOA Suite 12c now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.