Interface RetryHandler.IORunnable

Enclosing class:
RetryHandler
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 RetryHandler.IORunnable
equivalent which can throw IOException
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run()
    equivalent to Runnable.run()
  • Method Details

    • run

      void run() throws IOException
      equivalent to Runnable.run()
      Throws:
      IOException - if there is an error during operation