Sends a high-priority error notification.
The error message to send
Context information about the notification source
Sends a low-priority informational notification.
The info message to send
Context information about the notification source
Sends a normal-priority warning notification.
The warning message to send
Context information about the notification source
Interface for notification service implementations.
Remarks
Defines the contract for sending notifications at different priority levels. Each method enriches the message with context information and sends it with an appropriate priority level.
Priority levels:
Example