Example #1
0
 public void WriteTo <T>(T topic, params IServerEvent[] events) where T : Topic
 {
     _cache.ChannelFor(topic).WriteEvents(topic, events);
 }