Commit 5a616dbe authored by Savorboard's avatar Savorboard

rename topicexchangename to exchangename

parent b7996be8
...@@ -58,7 +58,7 @@ namespace DotNetCore.CAP ...@@ -58,7 +58,7 @@ namespace DotNetCore.CAP
/// <summary> /// <summary>
/// Topic exchange name when declare a topic exchange. /// Topic exchange name when declare a topic exchange.
/// </summary> /// </summary>
public string TopicExchangeName { get; set; } = DefaultExchangeName; public string ExchangeName { get; set; } = DefaultExchangeName;
/// <summary> /// <summary>
/// Timeout setting for connection attempts (in milliseconds). /// Timeout setting for connection attempts (in milliseconds).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment