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