Make request HttpPost without waiting for a reply Spring boot

0

I have a problem since I consume an external service, but I only need it to notify, this service sometimes takes a long time to respond and affects the response time of mine, which I must do to execute the service and not wait for the answer to continue with the flow.

My project is developed in Spring Boot and I use HttpPost for my requests

    
asked by Chriz CR 20.10.2018 в 00:03
source

0 answers