Пример #1
0
 def _emit(self, context, event_type, publisher_id, payload):
     notifier = messaging.get_notifier(publisher_id)
     notify = getattr(notifier, self.priority)
     notify(context, event_type, payload)
Пример #2
0
 def _emit(self, context, event_type, publisher_id, payload):
     notifier = messaging.get_notifier(publisher_id)
     notify = getattr(notifier, self.priority)
     notify(context, event_type=event_type, payload=payload)