/
vshmidt
/
masstransit
Обзор
Документация
Войти
/
vshmidt
/
masstransit
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
src/MassTransit/InMemoryTransport/Configuration/IInMemoryHostConfigurator.cs
6 строк
85 B
Chris Patterson
Converted in-memory transport to use the message fabric from gRPC transport, and reworked it all. Also, RoutingKey is now more easily supported across supported transports.
20 фев 2022, 17:06
20 фев 2022, 17:06
00d6992
Код
Авторство
О чём код?
namespace MassTransit { public interface IInMemoryHostConfigurator { } }