Using mule 4.4 runtime community edition on premise
Am trying to understand HTTP Listener
better and came across this attribute: Reconnection
Documentation says:
When the application is deployed, a connectivity test is performed on all connectors. If set to true, deployment will fail if the test doesn’t pass after exhausting the associated reconnection strategy
Now if this was a Database or Messaging broker connector I can relate to 'reconnection' , but in case of HTTP Listener what is it really connecting to ?
Does 'connection' here really mean the ability for the api to listen / serve incoming requests at specified port ( I am assuming that is what it means )
So if for some reason while the api was being deployed it could not come up then we can use this 'retry' mechanism ?