Interface ItfFeignClient

All Known Subinterfaces:
ItfPlainFeignClient

public interface ItfFeignClient
  • Method Details

    • getContext

      @RequestMapping(method=GET, value="{route}/context/get") String getContext(URI itfUrl, @PathVariable("route") String route, @RequestParam("projectUuid") UUID projectId, @RequestParam("id") String contextId)
    • processVelocity

      @RequestMapping(method=PUT, value="{route}/velocity") ItfParametersResolveResponse processVelocity(URI itfUrl, @PathVariable("route") String route, @RequestParam("projectUuid") UUID projectId, @RequestBody Properties properties)