Uniot Core
0.8.1
Loading...
Searching...
No Matches
Internal Communication

Event-driven communication module for component interactions. More...

Collaboration diagram for Internal Communication:

Topics

 Data Channels
 A templated class that manages multiple data channels with queue-like behavior.
 
 Event Bus
 The EventBus is a central communication hub for event-driven architecture.
 
 Event Entity
 Entity that can connect to and interact with EventBus instances.
 

Detailed Description

Event-driven communication module for component interactions.

The internal communication module provides a robust infrastructure for decoupled message exchange between system components. It implements the publish-subscribe pattern allowing components to communicate without direct dependencies. The module supports event broadcasting, targeted message delivery, and asynchronous data channels for efficient information exchange across the system.