View Source Yggdrasil.Subscriber.Distributor (Yggdrasil v6.0.3)
Supervisor for Yggdrasil.Subscriber.Manager,
Yggdrasil.Subscriber.Adapter and Yggdrasil.Subscriber.Publisher.
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor.
Starts the supervisor and its children using the channel as part of the
identificator for the supervision tree. It also receives the pid of
the first subscriber. Additionally it can receive Supervisor options.
Stops the supervisor.
Link to this section Functions
Returns a specification to start this module under a supervisor.
See Supervisor.
@spec start_link(Yggdrasil.Channel.t(), pid(), [ Supervisor.option() | Supervisor.init_option() ]) :: Supervisor.on_start()
Starts the supervisor and its children using the channel as part of the
identificator for the supervision tree. It also receives the pid of
the first subscriber. Additionally it can receive Supervisor options.
@spec stop(Supervisor.supervisor()) :: :ok
Stops the supervisor.