This folder contains some demo clients that using Http2Client in our client module. They demonstrate how to use Http2Client to establish HTTP 2.0 connections to call services built on top of light-4j and related frameworks. They also show developers how to communicate with light-oauth2 , discover services, load balance and pass through traceabilityId/correlationId etc.
There are three different use cases that you might need to use client module.
- Calling a service from a standalone/mobile app
- Calling a service from a web server
- Calling a service from a service