Expand description

This module provides an interface connecting all components of the program: Traits for Event Subject and Message Broker are defined, facilitating a main loop function based on these abstractions.

Traits§

  • Describes structures that can act as an Event Subject, such as an IRC Chat Monitor or any system that needs real-time monitoring and dynamic state alignment based on external conditions.
  • Describes structures capable of listening to a Message Broker system, facilitating dynamic system adjustments based on Message Broker notifications.