Namespace MassTransit.Contracts
Interfaces
- ConcurrencyLimitUpdated
Published when the concurrency limit of a filter is updated.
- RequestCompleted
Published by the saga when a request is completed, so that waiting requests can be completed, or redelivered to the saga for completion.
- RequestStarted
Published when a saga starts to process a request, but a subsequent operation (such as another request) is pending.
- SetConcurrencyLimit
Sets the concurrency limit of a concurrency limit filter
- SetRateLimit
Set the rate limit of the RateLimitFilter