This chapter covers the following topics.
-
Understanding MicroProfile Rest Client APIs
-
Exception handling and filters in MicroProfile Rest Client
-
Calling RESTful services using the JAX-RS Client API
-
Providers and asynchronous calls using the JAX-RS Client API
-
Adding CORS support to Helidon applications
Microservices not only provide data but also consume it. Sometimes one business action can contain multiple REST calls, which can even form ...