Switching Layer at runtime to inject different Client
Hello
I have an ExchangeRateClient Context that I'm using. I want to make it possible to switch the implementation at runtime if the request fails for or client (Request failed for Client1, redo the request with Client2)
Is it ok to loop over a list of Client and provide the layer?