Table of Contents

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

int

Id

The identifier that was adjusted

string Id { get; }

Property Value

string

Timestamp

The actual time at which the adjustment was applied

DateTime Timestamp { get; }

Property Value

DateTime