public void Handle(FetchConfigurationForClientCommand command) { Configurations = _clientFetcher.Fetch(command); HasConfiguration = Configurations.Any(); if (!HasConfiguration) Log.InfoFormat("No pull client configurations found for {1} {0} on Contract {2}", command.Action.ToString(), command.Frequency.ToString(), command.ContractId); }
public void Handle(FetchConfigurationForClientCommand command) { }