Package org.dexcare.dal.errorHandling.retries
Types
This provides an interface to implement a retrywhen for flowables
This is a generic retry that can be used to retry on any errors, with a configurable max number of retries and delay between each retry.
This is an implementation to catch network exceptions for retrywhen