harp_apps.notifications.typing¶ Inheritance diagram of harp_apps.notifications.typing class NotificationSender[source]¶ Bases: Protocol __init__(*args, **kwargs)¶ async send_notification(method, url, status_code, message, transaction_id)[source]¶ Parameters: method (str | None) url (str | None) status_code (int) message (str) transaction_id (str | None) Return type: None