Class HttpRestService

java.lang.Object
com.bytedesk.core.config.HttpRestService

@Service @Description("HTTP REST Service - Service for making HTTP GET and POST requests using RestTemplate") public class HttpRestService extends Object
  • Field Details

    • restTemplate

      private final org.springframework.web.client.RestTemplate restTemplate
  • Constructor Details

    • HttpRestService

      public HttpRestService()
  • Method Details