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