Interface LazyCleaner.CleaningAction<T extends Throwable>
- All Known Implementing Classes:
LazyCleaner.Node, PgConnectionCleaningAction, SharedTimer.TimerCleanup, TempFileHolder
- Enclosing class:
LazyCleaner
public static interface LazyCleaner.CleaningAction<T extends Throwable>
-
Method Summary
-
Method Details
-
onClean
void onClean(boolean leak) throws T - Throws:
T
-