/
vshmidt
/
masstransit
ОбзорДокументацияВойти
/
vshmidt
/
masstransit
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
masstransit/
src/MassTransit.Abstractions/
..
Attributes

Changed endpoint client factory to avoid Task return value, added support for RabbitMQ direct REPLY-TO request client using SetRabbitMqReplyToRequestClientFactory

2 года назад
Clients

Added SetDefaultRequestTimeout to configure the default request timeout for request clients created from the container.

2 года назад
Configuration

Adding usage telemetry reporting, to track feature usage

год назад
Contexts

Add the ability to delay execute of the next routing slip activity, as well as a new callback for setting variables, setting the delay.

год назад
Contracts

Pause/Resume scheduled recurring message, Quartz, Hangfire (cleaned up by PBG)

4 года назад
Courier

Added method to execute a routing slip using a separate ISendEndpointProvider and IPublishEndpoint, so that it works with the transactional outbox.

год назад
Diagnostics

Cleanup using

4 года назад
Exceptions

Fixed a race condition in the job service where a job could be started while the job service is stopping, producing a fault that retries the job on another instance when available.

год назад
Futures

FIX #3352 FutureState deserialization

4 года назад
Initializers

Adding nullability to abstractions, and fixing warnings

4 года назад
Internals

Client Request Handle change to start time when request is actually sent, to avoid delays in middleware processing affecting timeout

10 месяцев назад
JobService

Fixed #5970 - job cancellation reason is properly stored in the JobSaga

год назад
Licensing

Massive file cleanup

2 года назад
Mediator

Fixed mangled markup in MediatorRequestHandler's API doc.

3 года назад
MessageData

Integration of all external packages into MassTransit, split out into Abstractions, Middleware, and the core MassTransit assembly.

5 лет назад
Metadata

Added cloud provider telemetry

год назад
Middleware

AggregateException should be recognized by the ExceptionFilter and properly inspected to determine if an exception should be handled or ignored.

год назад
NewId

Fixed issue with NewId.NextGuid([]) when generating multiple Guids concurrently or for the first time

2 месяца назад
Observers

Massive file cleanup

2 года назад
Saga

Separate scoped ConsumeContext through components

3 года назад
SagaStateMachine

Slightly reverted 0211e1f so that it is now an option whether or not to clear the RequestId on faulted state machine requests

2 года назад
Scheduling

Fix summaries of overloads referring to message type while no messageType parameter is available

2 года назад
Serialization

Replace Array.Empty with collection expression

2 года назад
Topology

Removed assignments since it's only a return value

2 года назад
Transports

Updated all state machine activities to pass the CancellationToken when calling any transport-related methods (publish, send, request, schedule, etc.)

год назад
UsageTelemetry

Added cloud provider telemetry

год назад
Util

Fixed #6168 - Trim exception messages and stack traces to avoid overloading the message transport with extensively long headers

8 месяцев назад
BatchProduceExtensions.cs

Added missing overloads for BatchSend/BatchPublish

4 года назад
BusControlHealthExtensions.cs

Integration of all external packages into MassTransit, split out into Abstractions, Middleware, and the core MassTransit assembly.

5 лет назад
BusDepotExtensions.cs

Integration of all external packages into MassTransit, split out into Abstractions, Middleware, and the core MassTransit assembly.

5 лет назад
BusHandle.cs

Integration of all external packages into MassTransit, split out into Abstractions, Middleware, and the core MassTransit assembly.

5 лет назад
BusHealthResult.cs

Adding nullability to abstractions, and fixing warnings

4 года назад
BusHealthStatus.cs

Integration of all external packages into MassTransit, split out into Abstractions, Middleware, and the core MassTransit assembly.

5 лет назад
BusInstance.cs

Adding nullability to abstractions, and fixing warnings

4 года назад
ConnectHandle.cs

Integration of all external packages into MassTransit, split out into Abstractions, Middleware, and the core MassTransit assembly.

5 лет назад
CorrelatedBy.cs

Integration of all external packages into MassTransit, split out into Abstractions, Middleware, and the core MassTransit assembly.

5 лет назад
EndpointHealthResult.cs

Fixed #3737 - Rider endpoints were not included in health checks

4 года назад
HostConnectReceiveEndpointExtensions.cs

Adding nullability to abstractions, and fixing warnings

4 года назад
HostReceiveEndpointHandle.cs

Integration of all external packages into MassTransit, split out into Abstractions, Middleware, and the core MassTransit assembly.

5 лет назад
IBus.cs

Integration of all external packages into MassTransit, split out into Abstractions, Middleware, and the core MassTransit assembly.

5 лет назад
IBusControl.cs

Integration of all external packages into MassTransit, split out into Abstractions, Middleware, and the core MassTransit assembly.

5 лет назад
IBusDepot.cs

Integration of all external packages into MassTransit, split out into Abstractions, Middleware, and the core MassTransit assembly.

5 лет назад
IConsumer.cs

Integration of all external packages into MassTransit, split out into Abstractions, Middleware, and the core MassTransit assembly.

5 лет назад
IConsumerFactory.cs

Integration of all external packages into MassTransit, split out into Abstractions, Middleware, and the core MassTransit assembly.

5 лет назад
IEndpointNameFormatter.cs

Cleanup using

4 года назад
IJobConsumer.cs

Integration of all external packages into MassTransit, split out into Abstractions, Middleware, and the core MassTransit assembly.

5 лет назад
ILoadSagaRepository.cs

Separate scoped ConsumeContext through components

3 года назад
IPublishEndpoint.cs

Fix summaries of overloads referring to message type while no messageType parameter is available

2 года назад
IPublishEndpointProvider.cs

Integration of all external packages into MassTransit, split out into Abstractions, Middleware, and the core MassTransit assembly.

5 лет назад
IReceiveEndpoint.cs

Added extra methods to test harness for consumer, saga, and activity endpoints

5 лет назад
IRequestSendEndpoint.cs

Integration of all external packages into MassTransit, split out into Abstractions, Middleware, and the core MassTransit assembly.

5 лет назад
IRoutingSlipExecutor.cs

Added new interface, IRoutingSlipExecutor, which is scoped and works with send/publish filters to execute the routing slip (vs. IBus).

3 года назад
ISaga.cs

Integration of all external packages into MassTransit, split out into Abstractions, Middleware, and the core MassTransit assembly.

5 лет назад
ISendEndpoint.cs

Fix summaries of overloads referring to message type while no messageType parameter is available

2 года назад
ISendEndpointProvider.cs

Integration of all external packages into MassTransit, split out into Abstractions, Middleware, and the core MassTransit assembly.

5 лет назад
InVar.cs

Integration of all external packages into MassTransit, split out into Abstractions, Middleware, and the core MassTransit assembly.

5 лет назад
MassTransit.Abstractions.csproj

Added net10.0 build target

9 месяцев назад
MassTransit.Abstractions.csproj.DotSettings

Massive file cleanup

2 года назад
MediatorRequestExtensions.cs

Add requestTimeout to SendRequest on mediator.

2 года назад
MessageDefaults.cs

Massive file cleanup

2 года назад
MessageHandler.cs

Integration of all external packages into MassTransit, split out into Abstractions, Middleware, and the core MassTransit assembly.

5 лет назад
MessageHeaders.cs

Fixed #4564 - Batch Consumers no longer use the MessageId for ordering, instead opting to use the sent time, transport sent time, or the receipt time.

2 года назад
MessageTypeCache.cs

Fixed #5110 - moved anonymous type check to be within the empty namespace check

2 года назад
MessageUrn.cs

Massive file cleanup

2 года назад
PublishEndpointExtensions.cs

Added non-generic extension methods to Publish/Send messages using a message initializer.

4 года назад
ReceiveEndpointHandle.cs

Integration of all external packages into MassTransit, split out into Abstractions, Middleware, and the core MassTransit assembly.

5 лет назад
SchedulePublishExtensions.cs

Fix summaries of overloads referring to message type while no messageType parameter is available

2 года назад
SendEndpointExtensions.cs

Added non-generic extension methods to Publish/Send messages using a message initializer.

4 года назад
SendTuple.cs

Adding nullability to abstractions, and fixing warnings

4 года назад
TypeCache.cs

Huge push towards optimization on startup, state machines, type discovery, caching, and the consume pipeline. Rebuilt the dispatch filter as a consume context filter for message type dispatch.

2 года назад