Function initialize_tracker

Source
pub fn initialize_tracker(config: &Configuration) -> Tracker
Expand description

It builds the domain tracker

The tracker is the domain layer service. It’s the entrypoint to make requests to the domain layer. It’s used by other higher-level components like the UDP and HTTP trackers or the tracker API.