/
vshmidt
/
masstransit
Обзор
Документация
Войти
/
vshmidt
/
masstransit
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
src/MassTransit.Abstractions/Contexts/PartitionKeySendContext.cs
9 строк
204 B
Chris Patterson
Merging the SQL transport into the main codebase
09 янв 2024, 05:23
09 янв 2024, 05:23
e1eb39e
Код
Авторство
О чём код?
namespace MassTransit; public interface PartitionKeySendContext { /// <summary> /// The partition key for the message (defaults to "") /// </summary> string? PartitionKey { get; set; } }