Uses of Interface
org.broadinstitute.http.nio.RetryHandler.IORunnable
Packages that use RetryHandler.IORunnable
-
Uses of RetryHandler.IORunnable in org.broadinstitute.http.nio
Methods in org.broadinstitute.http.nio with parameters of type RetryHandler.IORunnableModifier and TypeMethodDescriptionvoid
RetryHandler.runWithRetries
(RetryHandler.IORunnable toRun) A function to run and potentially retry if an error occurs and meets the retry criteria Note that functions may be run repeatedly so any state which is changed during an unsuccessful attempt must not poison the class.