Interface CleanableSupport.ThrowingRunnable

Enclosing class:
CleanableSupport
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface CleanableSupport.ThrowingRunnable
Functional interface for user-supplied cleanup logic.
Since:
2025-06-06
Version:
6.8.7
Author:
Laurent Gougeon
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run()
    Executes cleanup logic.
  • Method Details

    • run

      void run() throws Exception
      Executes cleanup logic.
      Throws:
      Exception - if cleanup fails