Ejemplo n.º 1
0
        public ServiceBus(IClientFactory clientFactory)
        {
            _subscribers = new List<ISubscriber>();
            _senders = new SenderCache();
            _clientFactory = clientFactory;

            _validator = clientFactory.GetValidator();
        }