Table of Contents

Namespace MassTransit.Contracts

Interfaces

CircuitBreakerClosed
CircuitBreakerOpened
CommandContext
CommandContext<T>
ConcurrencyLimitUpdated

Published when the concurrency limit of a filter is updated.

EventContext
EventContext<T>
RequestCompleted

Published by the saga when a request is completed, so that waiting requests can be completed, or redelivered to the saga for completion.

RequestFaulted
RequestStarted

Published when a saga starts to process a request, but a subsequent operation (such as another request) is pending.

RequestTimeoutExpired<TRequest>
SetConcurrencyLimit

Sets the concurrency limit of a concurrency limit filter

SetRateLimit

Set the rate limit of the RateLimitFilter