NotificationChannelInterface
in
A delivery mechanism for notifications. Implementations should swallow transient delivery errors rather than propagating them; the pipeline must not crash because Slack is down.
Table of Contents
Methods
- name() : string
- Stable identifier for routing or filtering (e.g., "slack", "email", "log").
- send() : void
Methods
name()
Stable identifier for routing or filtering (e.g., "slack", "email", "log").
public
name() : string
Return values
stringsend()
public
send(Notification $notification) : void
Parameters
- $notification : Notification