Apigee target endpoint timeout -
Is there a way to check target endpoint timeout in post flow? In fact, I want my API to respond with a specific message, if the goal endpoint does not respond to a specific period.
Thank you,
You want to take a look at; It has got a selection of details, which you can use to configure timeout.
Specifically, in your case, you want to set connect.timeout.millis to be appropriate, your
DefaultFaultHandler You can read the error for more information about the customization.
Comments
Post a Comment