Class AppRegistryTemplate

java.lang.Object
org.springframework.cloud.dataflow.rest.client.AppRegistryTemplate
All Implemented Interfaces:
AppRegistryOperations

public class AppRegistryTemplate extends Object implements AppRegistryOperations
Implementation of AppRegistryOperations that uses RestTemplate to issue commands to the Data Flow server.
Author:
Eric Bottard, Glenn Renfro, Mark Fisher, Gunnar Hillert, Patrick Peralta, Christian Tzolov, Chris Schaefer, Chris Bono, Corneil du Plessis
  • Field Details

    • restTemplate

      protected RestTemplate restTemplate
      Template used for http interaction.
  • Constructor Details

    • AppRegistryTemplate

      public AppRegistryTemplate(RestTemplate restTemplate, org.springframework.hateoas.RepresentationModel<?> resourceSupport)
      Construct a AppRegistryTemplate object.
      Parameters:
      restTemplate - template for HTTP/rest commands
      resourceSupport - HATEOAS link support
  • Method Details