C# Class MassTransit.DelayedExchangeSchedulerExtensions

Afficher le fichier Open project: MassTransit/MassTransit

Méthodes publiques

Méthode Description
UseDelayedExchangeMessageScheduler ( this configurator ) : void

Uses the RabbitMQ Delayed Exchange plugin to schedule messages for future delivery. A lightweight alternative to Quartz, which does not require any storage outside of RabbitMQ.

Method Details

UseDelayedExchangeMessageScheduler() public static méthode

Uses the RabbitMQ Delayed Exchange plugin to schedule messages for future delivery. A lightweight alternative to Quartz, which does not require any storage outside of RabbitMQ.
public static UseDelayedExchangeMessageScheduler ( this configurator ) : void
configurator this
Résultat void