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