Uses of Interface
org.apache.camel.util.function.ThrowingRunnable
Packages that use ThrowingRunnable
-
Uses of ThrowingRunnable in org.apache.camel.util.concurrent
Methods in org.apache.camel.util.concurrent with parameters of type ThrowingRunnableModifier and TypeMethodDescriptionstatic <T extends Throwable>
voidLockHelper.doWithReadLockT
(StampedLock lock, ThrowingRunnable<T> task) static <T extends Throwable>
voidLockHelper.doWithWriteLockT
(StampedLock lock, ThrowingRunnable<T> task)