Interface LazyCleaner.CleaningAction<T extends Throwable>

Enclosing class:
LazyCleaner

public static interface LazyCleaner.CleaningAction<T extends Throwable>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onClean(boolean leak)
     
  • Method Details

    • onClean

      void onClean(boolean leak) throws T
      Throws:
      T extends Throwable