Class AboutTemplate
java.lang.Object
org.springframework.cloud.dataflow.rest.client.AboutTemplate
- All Implemented Interfaces:
AboutOperations
Implementation of
AboutOperations that uses RestTemplate to issue
commands to the Data Flow server.- Author:
- Eric Bottard
-
Constructor Summary
ConstructorsConstructorDescriptionAboutTemplate(RestTemplate restTemplate, org.springframework.hateoas.Link link) -
Method Summary
Modifier and TypeMethodDescriptionget()Return various pieces of information about the server, such as version and deployer runtime.
-
Constructor Details
-
AboutTemplate
-
-
Method Details
-
get
Description copied from interface:AboutOperationsReturn various pieces of information about the server, such as version and deployer runtime.- Specified by:
getin interfaceAboutOperations- Returns:
- the metadata about the Spring Cloud Data Flow server.
-