Uses of Interface
ubic.gemma.core.util.SimpleRetryCallable
-
Packages that use SimpleRetryCallable Package Description ubic.gemma.core.util -
-
Uses of SimpleRetryCallable in ubic.gemma.core.util
Methods in ubic.gemma.core.util with parameters of type SimpleRetryCallable Modifier and Type Method Description <T> T
SimpleRetry. execute(SimpleRetryCallable<T,E> callable, Object what)
Execute the given callable with a retry strategy.
-