ORE Studio 0.0.4
Loading...
Searching...
No Matches
Namespaces
ores::eventing Namespace Reference

Event-driven architecture infrastructure for decoupled component communication. More...

Namespaces

namespace  domain
 Domain types for the eventing infrastructure.
 
namespace  generators
 Test data generators for eventing types.
 
namespace  service
 Event bus and related services.
 

Detailed Description

Event-driven architecture infrastructure for decoupled component communication.

Provides a publish/subscribe event bus for decoupled communication between components without direct dependencies. Key features:

The domain namespace defines event types, traits, and entity change events. The service namespace provides the event_bus implementation and PostgreSQL integration via postgres_listener_service and postgres_event_source.