Uses of Interface
io.mosip.kernel.core.function.RunnableWithThrowable
-
Packages that use RunnableWithThrowable Package Description io.mosip.kernel.core.util -
-
Uses of RunnableWithThrowable in io.mosip.kernel.core.util
Methods in io.mosip.kernel.core.util with parameters of type RunnableWithThrowable Modifier and Type Method Description <E extends Throwable>
voidRetryUtil. doWithRetry(RunnableWithThrowable<E> func)Invoke the supplier with retry.
-