C# 클래스 MassTransit.DelayedExchangeSchedulerExtensions

파일 보기 프로젝트 열기: MassTransit/MassTransit

공개 메소드들

메소드 설명
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.

메소드 상세

UseDelayedExchangeMessageScheduler() 공개 정적인 메소드

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
리턴 void