harp_apps.notifications.subscriber¶
- class NotificationSubscriber[source]¶
Bases:
object
- __init__(settings, public_url=None)[source]¶
- Parameters:
settings (NotificationsSettings)
public_url (str | None)
- async on_response_send_error_notifications(event)[source]¶
- Parameters:
event (ResponseEvent)
- subscribe(dispatcher)[source]¶
- Parameters:
dispatcher (IAsyncEventDispatcher)
- unsubscribe(dispatcher)[source]¶
- Parameters:
dispatcher (IAsyncEventDispatcher)