yggdrasil v4.0.0 Yggdrasil.Subscriber.Distributor View Source
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
.
Link to this function
start_link(channel, pid, options \\ [])
View Source
start_link(Yggdrasil.Channel.t(), pid(), Supervisor.options()) :: 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
.
Stops the supervisor
.