Table of Contents

Interface RoutingKeyConsumeContext

Namespace
MassTransit
Assembly
MassTransit.Abstractions.dll
public interface RoutingKeyConsumeContext

Properties

RoutingKey

The routing key for the message (defaults to "")

string? RoutingKey { get; }

Property Value

string