Exemple #1
0
 /// <inheritdoc/>
 public void Publish(EventEnvelope eventEnvelope)
 {
 }
Exemple #2
0
 /// <inheritdoc/>
 public void Process(EventEnvelope @event)
 {
     Process(new[] {  @event });
 }