Module router

Module router 

Source
Expand description

Event routing system for agents.

This module provides the Router type that maps event types to agents for processing. The router is used by the dispatcher to determine which agents should receive which events.

Structsยง

Router
Routes events to registered agents based on event type.