public EventDispatcher(BusOptions options = null)
        {
            // open connection to RabbitMQ

            // Hook up all Handlers
        }
Exemplo n.º 2
0
 public EventPublisher(BusOptions options = null)
 {
 }