Interface ConcurrencyLimitUpdated
- Namespace
- MassTransit.Contracts
- Assembly
- MassTransit.Abstractions.dll
Published when the concurrency limit of a filter is updated.
public interface ConcurrencyLimitUpdated
Properties
ConcurrencyLimit
The current concurrency limit value
int ConcurrencyLimit { get; }
Property Value
Id
The identifier that was adjusted
string Id { get; }
Property Value
Timestamp
The actual time at which the adjustment was applied
DateTime Timestamp { get; }