Savorboard 6 роки тому
джерело
коміт
d38119575c
1 змінених файлів з 1 додано та 3 видалено
  1. +1
    -3
      src/DotNetCore.CAP/Internal/IConsumerServiceSelector.cs

+ 1
- 3
src/DotNetCore.CAP/Internal/IConsumerServiceSelector.cs Переглянути файл

@@ -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);
}
}

Завантаження…
Відмінити
Зберегти