Lamina.Registry.PubSubRegistry (lamina v0.2.2)

An Elixir Registry which keeps track of configuration subscribers.

Link to this section Summary

Link to this section Functions

Link to this function

publish(module, config_key, old_value, new_value)

Specs

publish(module(), config_key, old_value, new_value) :: :ok
when config_key: atom(), old_value: any(), new_value: any()
Link to this function

subscribe(module, config_key)

Specs

subscribe(module(), config_key) :: :ok when config_key: atom()
Link to this function

unsubscribe(module, config_key)

Specs

unsubscribe(module(), config_key) :: :ok when config_key: atom()