Uses of Class
org.apache.bookkeeper.util.SafeRunnable
-
Packages that use SafeRunnable Package Description org.apache.bookkeeper.util Bookkeeper utilities. -
-
Uses of SafeRunnable in org.apache.bookkeeper.util
Methods in org.apache.bookkeeper.util that return SafeRunnable Modifier and Type Method Description static SafeRunnable
SafeRunnable. safeRun(java.lang.Runnable runnable)
Utility method to use SafeRunnable from lambdas.static SafeRunnable
SafeRunnable. safeRun(java.lang.Runnable runnable, java.util.function.Consumer<java.lang.Throwable> exceptionHandler)
Utility method to use SafeRunnable from lambdas with a custom exception handler.
-