Table of Contents

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

int

Id

The identifier of the concurrency limit to set (optional)

string? Id { get; }

Property Value

string

Timestamp

The timestamp at which the adjustment command was sent

DateTime? Timestamp { get; }

Property Value

DateTime?