Przeglądaj źródła

rename topicexchangename to exchangename

master
Savorboard 6 lat temu
rodzic
commit
5a616dbe6a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/DotNetCore.CAP.RabbitMQ/CAP.RabbiMQOptions.cs

+ 1
- 1
src/DotNetCore.CAP.RabbitMQ/CAP.RabbiMQOptions.cs Wyświetl plik

@@ -58,7 +58,7 @@ namespace DotNetCore.CAP
/// <summary>
/// Topic exchange name when declare a topic exchange.
/// </summary>
public string TopicExchangeName { get; set; } = DefaultExchangeName;
public string ExchangeName { get; set; } = DefaultExchangeName;

/// <summary>
/// Timeout setting for connection attempts (in milliseconds).


Ładowanie…
Anuluj
Zapisz