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
ConstructorDescriptionAboutTemplate
(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:AboutOperations
Return various pieces of information about the server, such as version and deployer runtime.- Specified by:
get
in interfaceAboutOperations
- Returns:
- the metadata about the Spring Cloud Data Flow server.
-