Class TaskLogsController

java.lang.Object
org.springframework.cloud.dataflow.server.controller.TaskLogsController

@RestController @RequestMapping("/tasks/logs") public class TaskLogsController extends Object
Retrieves logs of task applications.
Author:
Ilayaperumal Gopinathan
  • Constructor Details

    • TaskLogsController

      public TaskLogsController(TaskExecutionService taskExecutionService)
      Construct Task logs controller.
      Parameters:
      taskExecutionService - the task execution service that this controller uses to get the logs of launched task applications.
  • Method Details