Interface SetConcurrencyLimit
- Namespace
- MassTransit.Contracts
- Assembly
- MassTransit.Abstractions.dll
Sets the concurrency limit of a concurrency limit filter
public interface SetConcurrencyLimit
Properties
ConcurrencyLimit
The new concurrency limit for the filter
int ConcurrencyLimit { get; }
Property Value
Id
The identifier of the concurrency limit to set (optional)
string? Id { get; }
Property Value
Timestamp
The timestamp at which the adjustment command was sent
DateTime? Timestamp { get; }