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

@RestController @RequestMapping("/about") @ExposesResourceFor(AboutResource.class) @EnableConfigurationProperties(DataflowMetricsProperties.class) public class AboutController extends Object
REST controller that provides meta information regarding the dataflow server and its deployers.
Author:
Gunnar Hillert, Glenn Renfro, Ilayaperumal Gopinathan, Felipe Gutierrez
  • Constructor Details

  • Method Details

    • getAboutResource

      @GetMapping @ResponseStatus(OK) public AboutResource getAboutResource()
      Return meta information about the dataflow server.
      Returns:
      Detailed information about the enabled features, versions of implementation libraries, and security configuration