//! Aegis Streaming - Real-Time Event Processing
//!
//! Event streaming and change data capture for real-time data processing.
//! Supports pub/sub messaging, event sourcing, and CQRS patterns.
//!
//! Key Features:
//! - Change data capture (CDC) with configurable triggers
//! - WebSocket and Server-Sent Events support
//! - Pub/sub messaging with persistent subscriptions
//! - Event sourcing and CQRS support
//!
//! @version 0.1.0
//! @author AutomataNexus Development Team
pub use ;
pub use ;
pub use StreamingEngine;
pub use ;
pub use ;
pub use ;