Module Track

Module Track 

Source
Expand description

§Track Module

This module acts as the central request dispatcher for the Mountain application. It is the primary entry point for all incoming commands and RPC calls, whether they originate from the Sky frontend or a Cocoon sidecar.

Its main responsibility is to “track” a request to its final destination by creating a declarative ActionEffect that is then executed by the ApplicationRunTime.

Modules§

DispatchLogic
Contains the main dispatch functions.
EffectCreation
Contains the logic for creating ActionEffects from request payloads.