AgentForge.Notification.Registry (AgentForge v0.2.2)

View Source

Registry for notification channels.

Summary

Functions

Returns a specification to start this module under a supervisor.

Gets a channel by name.

Lists all registered channels.

Registers a notification channel.

Starts the notification registry.

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

get_channel(name)

Gets a channel by name.

list_channels()

Lists all registered channels.

register_channel(channel_module)

Registers a notification channel.

start_link(opts \\ [])

Starts the notification registry.