Skip to content Skip to sidebar Skip to footer

Robospice Retry Policy Custom Implementation

I need to implement such behaviour. Something like polling remote web server for the some period of time, checking for the condition in response from the server, for example variab

Solution 1:

You can probably achieve that by using the OkHttp extension of RoboSpice. Check out this example for response analysis at a lower level.


Post a Comment for "Robospice Retry Policy Custom Implementation"