Notifications Reference Backend developer Module management Notification Configure observe_module_deactivate/2 A module has been stopped and deactivated. Type: notify Return: #module_deactivate{} properties: module: atom Edit on GitHub
Notifications observe_development_make/2 Runs the development make process and reloads newly compiled BEAM files after a manual request.
Notifications observe_development_reload/2 Reloads templates, modules, translations, and other indexed development files after a manual request.
Notifications observe_module_ready/2 Signals that the active modules or their indexed templates, actions, models, and other components have changed.
Notifications observe_ssl_options/2 Request the SSL certificates for this site. The server_name property contains the hostname used by the client. (first) Returns either…
Notifications observe_url_fetch_options/2 Determine the URL fetch options for fetching the content of an URL. Used by z_fetch.erl.