Example #1
0
 public void SetUp()
 {
     Bus = new EventBus();
 }
Example #2
0
 public void TearDown()
 {
     Bus.Dispose();
     Bus = null;
 }
Example #3
0
 public EventSubscription(EventBus eventBus, in EventFilter eventFilter, EventSubscriber subscriber)