Interface SetRateLimit
- Namespace
- MassTransit.Contracts
- Assembly
- MassTransit.Abstractions.dll
Set the rate limit of the RateLimitFilter
public interface SetRateLimit
Properties
RateLimit
The new rate limit for the filter
int RateLimit { get; }