Uses of Interface
de.aristaflow.adept2.util.threading.ConsumingRunnable
-
Packages that use ConsumingRunnable Package Description de.aristaflow.adept2.util.threading -
-
Uses of ConsumingRunnable in de.aristaflow.adept2.util.threading
Fields in de.aristaflow.adept2.util.threading declared as ConsumingRunnable Modifier and Type Field Description protected ConsumingRunnable<V,Throwable>
CleanupCallable. cleanup
The cleanup runnable executed after the normal execution has terminated.Constructors in de.aristaflow.adept2.util.threading with parameters of type ConsumingRunnable Constructor Description CleanupCallable(Callable<V> callable, ConsumingRunnable<V,Throwable> cleanup, Logger logger)
Creates a new cleanup runnable executing the callable and the cleanup runnable finally after the callable.
-