Tag: Event-Driven
7 items found
Services
Glossary Terms
Event-Driven Architecture
Event-driven architecture lets systems react through independent components when events such as orders, payments, or stock changes occur.
Event-Driven Automation
Event-driven automation starts workflows when a user action, system log, or integration message appears instead of waiting for manual checks.
Message Broker
A message broker queues and routes events or tasks between services, decoupling producers from consumers in distributed systems.
Polling vs Webhooks
Polling vs webhooks compares scheduled status checks with event-driven callbacks for keeping integrated systems synchronized.
Publish-Subscribe (Pub/Sub)
Publish-subscribe is a messaging pattern where publishers send events to topics and subscribers receive matching messages.
Webhook
A webhook lets one system automatically send an HTTP request to another when an event occurs, so updates arrive without polling.