Event processor
eventDriven architecture
Event processor
An event processor, on the other hand, is a software component that is responsible for handling events that are generated by other components in a system. Event processors typically subscribe to events and take appropriate action when an event is received. They are typically part of an event-driven architecture, where the communication between components is based on the publication and consumption of events.
Source: ChatGPT