Notification
in package
FinalYes
Operator-facing notification dispatched when the pipeline detects a condition that needs human attention (typically: invalid generated XML).
Table of Contents
Properties
Methods
- __construct() : mixed
- signature() : string
- Stable signature used by deduplicating decorators. Same title + sorted context-keys + body produce the same signature.
Properties
$body read-only
public
string
$body
$context read-only
public
array<string|int, mixed>
$context
= []
$severity read-only
public
Severity
$severity
= Severity::Warning
$title read-only
public
string
$title
Methods
__construct()
public
__construct(string $title, string $body[, Severity $severity = Severity::Warning ][, array<string, mixed> $context = [] ]) : mixed
Parameters
- $title : string
- $body : string
- $severity : Severity = Severity::Warning
- $context : array<string, mixed> = []
-
Free-form structured data the channel may include in its payload.
signature()
Stable signature used by deduplicating decorators. Same title + sorted context-keys + body produce the same signature.
public
signature() : string