Uses of Interface
de.aristaflow.adept2.util.threading.ConsumingRunnable
Packages that use ConsumingRunnable
-
Uses of ConsumingRunnable in de.aristaflow.adept2.util.threading
Fields in de.aristaflow.adept2.util.threading declared as ConsumingRunnableModifier and TypeFieldDescriptionprotected final ConsumingRunnable<V,Throwable> CleanupCallable.cleanupThe cleanup runnable executed after the normal execution has terminated.Constructors in de.aristaflow.adept2.util.threading with parameters of type ConsumingRunnableModifierConstructorDescriptionCleanupCallable(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.