AgentForge.Notification.Channel behaviour (AgentForge v0.2.2)

View Source

Behaviour for notification channels in AgentForge.

Summary

Callbacks

name()

@callback name() :: atom()

send(message, config)

@callback send(message :: String.t(), config :: map()) :: :ok | {:error, term()}