micronaut Application

Job ID: 34411132

Budget: ₹600 – ₹601 INR

in micronaut httpClient is there after invoking api call we will get publisher as response, for reading response data we need to register subscriber with the publisher. we need to wait main thread until sub subscriber
completion. subscriber invocation is asynchronous .i have achieved using Thread.sleep(5000l) but it is not recommended