Exemplo n.º 1
0
 private void Raise(IEvent @event, string id, IDictionary <string, string> metadata = null)
 {
     // Todo: Fill metadata with user headers or something
     Stream.AddOob(@event, id, metadata);
 }