Class RestConnector

All Implemented Interfaces:
ServiceConnector, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class RestConnector extends AbstractRestConnector
Launches a Rest service
  • Constructor Details

    • RestConnector

      public RestConnector(org.springframework.http.client.ClientHttpRequestFactory requestFactory, com.fasterxml.jackson.databind.ObjectMapper objectMapper, RestConfigProperties restConfigProperties)
      Autowired constructor
      Parameters:
      requestFactory - Request factory
      restConfigProperties - Rest config properties
  • Method Details