Interface ItfContextBalancerFeignClient


@FeignClient(name="${feign.atp.itf.name}", url="${feign.atp.itf.url}", path="${feign.atp.itf.route}", configuration=org.qubership.atp.auth.springbootstarter.config.FeignConfiguration.class) public interface ItfContextBalancerFeignClient
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.http.ResponseEntity<String>
    get(String id, UUID projectUuid)
     
  • Method Details

    • get

      @RequestMapping(method=GET, value="/context/get", produces="application/json") org.springframework.http.ResponseEntity<String> get(@RequestParam("id") String id, @RequestParam("projectUuid") UUID projectUuid)