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

Popular posts from this blog

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

.net - Creating a new Queue Manager and Queue in Websphere MQ (using C#) -