Function HttpRetryInstance

  • Creates an isolated retry key context. Use the returned function to perform retries in the isolated retryKey context. Keys within an isolated context will not conflict with keys in other contexts or in the global context. This function is useful for singletons where you can have a shared retry context internally.

    Returns HttpRetryCallback

    An isolated retry mechanism which can be used to retry http requests.