Class SchedulerResource

java.lang.Object
org.sterl.spring.persistent_tasks.scheduler.api.SchedulerResource

@ConditionalSchedulerServiceByProperty @RestController @RequestMapping("${spring.persistent-tasks.web.base-path:spring-tasks-api}") public class SchedulerResource extends Object
  • Constructor Details

    • SchedulerResource

      public SchedulerResource()
  • Method Details

    • listAll

      @GetMapping("/schedulers") public List<SchedulerEntity> listAll()
    • get

      @GetMapping("/schedulers/{name}") public org.springframework.http.ResponseEntity<SchedulerEntity> get(@PathVariable("name") String name)