Consuming RESTful Java microservices with template interfaces using Eclipse MicroProfile Rest Client
Learn how to use MicroProfile Rest Client to invoke RESTful microservices in a type-safe way. Build a template interface that maps to the remote service you want to call. No need to worry about boilerplate code or connecting to the server.
At a Glance
Learn how to use MicroProfile Rest Client to invoke RESTful microservices over HTTP in a type-safe way.
You will learn how to build a MicroProfile Rest Client to access remote RESTful services. You will create a template interface that maps to the remote service that you want to call. MicroProfile Rest Client automatically generates a client instance based on what is defined and annotated in the template interface. Thus, you don’t have to worry about all of the boilerplate code, such as setting up a client class, connecting to the remote server, or invoking the correct URI with the correct parameters.
User Reviews
Be the first to review “Consuming RESTful Java microservices with template interfaces using Eclipse MicroProfile Rest Client”
You must be logged in to post a review.


There are no reviews yet.