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

            // Hook up all Handlers
        }
Example #2
0
 public EventPublisher(BusOptions options = null)
 {
 }