have requirement to build one API which will call 6 API asynchronous and collect all data into one object.
After collecting all data it will call other api for persist the data in database.
Please let me know which framework will be most suitable for this requirement.
Most prefer we want this in java.
Thanks In Advance.
#java #spring #rest