Interface ItfVelocityBalancerFeignClient
@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 ItfVelocityBalancerFeignClient
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<ResponseObjectDto> get(UUID projectUuid, String projectId, UIVelocityRequestBodyDto uiVelocityRequestBodyDto)
-
Method Details
-
get
@RequestMapping(method=PUT, value="/velocity", produces="application/json", consumes="application/json") org.springframework.http.ResponseEntity<ResponseObjectDto> get(@RequestParam("projectUuid") UUID projectUuid, @RequestParam("projectId") String projectId, @RequestBody(required=false) UIVelocityRequestBodyDto uiVelocityRequestBodyDto)
-