Table of Contents

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

Property Value

string