Esempio n. 1
0
 async Task Notify(JobEvent e)
 {
     e.Id = Id;
     await notifications.Publish(e);
 }
Esempio n. 2
0
        Task Project(Event @event)
        {
            var envelope = Wrap(@event);

            return(stream.Publish(envelope));
        }