Browse Source

refactor

master
Savorboard 6 years ago
parent
commit
d38119575c
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      src/DotNetCore.CAP/Internal/IConsumerServiceSelector.cs

+ 1
- 3
src/DotNetCore.CAP/Internal/IConsumerServiceSelector.cs View File

@@ -22,8 +22,6 @@ namespace DotNetCore.CAP.Internal
/// </summary>
/// <param name="key">topic or exchange router key.</param>
/// <param name="candidates">the set of <see cref="ConsumerExecutorDescriptor" /> candidates.</param>
/// <returns></returns>
ConsumerExecutorDescriptor
SelectBestCandidate(string key, IReadOnlyList<ConsumerExecutorDescriptor> candidates);
ConsumerExecutorDescriptor SelectBestCandidate(string key, IReadOnlyList<ConsumerExecutorDescriptor> candidates);
}
}

Loading…
Cancel
Save