Class RuntimeAppsController

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

@RestController @RequestMapping("/runtime/apps") @ExposesResourceFor(AppStatusResource.class) public class RuntimeAppsController extends Object
Exposes runtime status of deployed apps.
Author:
Eric Bottard, Mark Fisher, Janne Valkealahti, Ilayaperumal Gopinathan, Gunnar Hillert, Christian Tzolov
  • Constructor Details

    • RuntimeAppsController

      public RuntimeAppsController(StreamDeployer streamDeployer)
      Construct a new runtime apps controller.
      Parameters:
      streamDeployer - the deployer this controller will use to get the status of deployed stream apps
  • Method Details