The zaqar.notification.notifier module

class NotifierDriver(*args, **kwargs)

Bases: object

Notifier which is responsible for sending messages to subscribers.

post(queue_name, messages, client_uuid, project=None)

Send messages to the subscribers.

Previous topic

The zaqar.i18n module

Next topic

The zaqar.notification.task.webhook module

Project Source

This Page