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