Package org.alfresco.ibatis
Interface RetryingCallbackHelper.RetryingCallback<Result>
-
- Enclosing class:
- RetryingCallbackHelper
public static interface RetryingCallbackHelper.RetryingCallback<Result>
Callback interface- Author:
- Derek Hulley
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Result
execute()
Perform a unit of work.
-