Jido.Messaging.Supervisor (Jido Messaging v1.0.0)

Copy Markdown View Source

Main supervisor for a Jido.Messaging instance.

Started by the host application's messaging module (defined with use Jido.Messaging). Each instance has its own isolated supervision tree.

Summary

Functions

Returns a specification to start this module under a supervisor.

Returns the Signal Bus name for a given messaging module.

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

signal_bus_name(instance_module)

@spec signal_bus_name(module()) :: atom()

Returns the Signal Bus name for a given messaging module.

start_link(opts)