View Source Sportradar.EventSupervisor (ExSportradar v0.1.0)

Top-level supervisor for the Sportradar event system. It supervises:

  • PubSub system for event broadcasting
  • Registry for tracking EventManager processes
  • DynamicSupervisor for managing EventManager lifecycles

Summary

Functions

Returns a specification to start this module under a supervisor.

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

start_link(init_arg)