Consume REST Services

Consume REST Services

  • RestTemplate
    • Synchronous client
  • WebClient
    • Asynchronous client, part of Spring WebFlux
  • FeignClient
    • Synchronous and declarative client, part of Spring Cloud