Module engine

Source
Expand description

Core engine implementation that orchestrates event flow.

This module provides the Engine type which is responsible for:

  • Managing the lifecycle of collectors, strategies, and executors
  • Coordinating the flow of events from collectors to strategies
  • Coordinating the flow of actions from strategies to executors
  • Handling errors and metrics collection

Structsยง

Engine
The main orchestrator that manages the flow of events and actions through the system.