CallableChannel.php
Table of Contents
Classes
- CallableChannel
- Wraps any callable as a notification channel. Use this for one-off integrations (a closure that pushes to a queue, posts to PagerDuty, opens a Linear issue, etc.) without writing a dedicated channel class.