C# 클래스 MassTransit.MessageSchedulerExtensions

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

공개 메소드들

메소드 설명
UseMessageScheduler ( this configurator, Uri schedulerAddress ) : void

Specify an endpoint to use for message scheduling

UsePublishMessageScheduler ( this configurator ) : void

Uses Publish (instead of Send) to schedule messages via the Quartz message scheduler. For this to work, a single queue should be used to schedule all messages. If multiple instances are running, they should be on the same Quartz cluster.

메소드 상세

UseMessageScheduler() 공개 정적인 메소드

Specify an endpoint to use for message scheduling
public static UseMessageScheduler ( this configurator, Uri schedulerAddress ) : void
configurator this
schedulerAddress System.Uri
리턴 void

UsePublishMessageScheduler() 공개 정적인 메소드

Uses Publish (instead of Send) to schedule messages via the Quartz message scheduler. For this to work, a single queue should be used to schedule all messages. If multiple instances are running, they should be on the same Quartz cluster.
public static UsePublishMessageScheduler ( this configurator ) : void
configurator this
리턴 void