当前位置:网站首页>[Yugong series] June 2022 Net architecture class 077 distributed middleware schedulemaster loading assembly timing task

[Yugong series] June 2022 Net architecture class 077 distributed middleware schedulemaster loading assembly timing task

2022-06-11 15:46:00 Yugong moving code


One 、ScheduleMaster Load assembly scheduled task

In microservice system , By default Http Interface for task processing , If the task to be processed cannot be provided Http, Hope to be able to use ScheduleMaster Assembly task for

1. Import correlation package

adopt nuget introduce :ScheduleMaster

2. establish OrderCancelTask class

using System.Text;

namespace ScheduleService
原网站

版权声明
本文为[Yugong moving code]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/162/202206111535495863.html