Package com.google.gerrit.server.update
Interface RetryHelper.Action<T>
-
- Enclosing class:
- RetryHelper
public static interface RetryHelper.Action<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
call(BatchUpdate.Factory updateFactory)
-
-
-
Method Detail
-
call
T call(BatchUpdate.Factory updateFactory) throws Exception
- Throws:
Exception
-
-