Class AboutTemplate

java.lang.Object
org.springframework.cloud.dataflow.rest.client.AboutTemplate
All Implemented Interfaces:
AboutOperations

public class AboutTemplate extends Object implements AboutOperations
Implementation of AboutOperations that uses RestTemplate to issue commands to the Data Flow server.
Author:
Eric Bottard
  • Constructor Details

    • AboutTemplate

      public AboutTemplate(RestTemplate restTemplate, org.springframework.hateoas.Link link)
  • Method Details

    • get

      public AboutResource get()
      Description copied from interface: AboutOperations
      Return various pieces of information about the server, such as version and deployer runtime.
      Specified by:
      get in interface AboutOperations
      Returns:
      the metadata about the Spring Cloud Data Flow server.