Uses of Interface
fr.gouv.vitam.common.retryable.DelegateRetryVoid
-
Packages that use DelegateRetryVoid Package Description fr.gouv.vitam.common.retryable -
-
Uses of DelegateRetryVoid in fr.gouv.vitam.common.retryable
Methods in fr.gouv.vitam.common.retryable with parameters of type DelegateRetryVoid Modifier and Type Method Description void
Retryable. execute(DelegateRetryVoid<E> delegate)
void
RetryableOnException. execute(DelegateRetryVoid<E> delegate)
void
RetryableOnResult. execute(DelegateRetryVoid<E> delegate)
-