Class DynamicScheduleController
java.lang.Object
com.arms.api.scheduler.dynamic.controller.DynamicScheduleController
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<CommonResponse.ApiResult<List<String>>>cronSimulate(SchedulerDTO schedulerDTO)
-
Constructor Details
-
DynamicScheduleController
public DynamicScheduleController()
-
-
Method Details
-
cronSimulate
@PostMapping("/auth-user/schedules/simulate") public reactor.core.publisher.Mono<CommonResponse.ApiResult<List<String>>> cronSimulate(@RequestBody SchedulerDTO schedulerDTO)
-