Basic retry policy: wait constant duration milliseconds in this class.
Private
if a passed context can continue retrying
retrun next delay milliseconds
Add an error to the list not retrying on it.
Return true if a passed error should not be retryed.
Static
Creates a new Simple Retry policy with default settings
Generated using TypeDoc
Basic retry policy: wait constant duration milliseconds in this class.