Interface ItfFeignClient
- All Known Subinterfaces:
ItfPlainFeignClient
public interface ItfFeignClient
-
Method Summary
Modifier and TypeMethodDescriptiongetContext(URI itfUrl, String route, UUID projectId, String contextId) processVelocity(URI itfUrl, String route, UUID projectId, Properties properties)
-
Method Details
-
getContext
-
processVelocity
@RequestMapping(method=PUT, value="{route}/velocity") ItfParametersResolveResponse processVelocity(URI itfUrl, @PathVariable("route") String route, @RequestParam("projectUuid") UUID projectId, @RequestBody Properties properties)
-