Interface RoutingKeySendContext
- Namespace
- MassTransit
- Assembly
- MassTransit.Abstractions.dll
public interface RoutingKeySendContext
Properties
RoutingKey
The routing key for the message (defaults to "")
string? RoutingKey { get; set; }
public interface RoutingKeySendContext
The routing key for the message (defaults to "")
string? RoutingKey { get; set; }