Uses of Interface
io.camunda.zeebe.util.CheckedRunnable
Packages that use CheckedRunnable
-
Uses of CheckedRunnable in io.camunda.zeebe.util
Methods in io.camunda.zeebe.util with parameters of type CheckedRunnableModifier and TypeMethodDescriptionstatic voidLogUtil.catchAndLog(org.slf4j.Logger log, CheckedRunnable r) -
Uses of CheckedRunnable in io.camunda.zeebe.util.jar
Methods in io.camunda.zeebe.util.jar with parameters of type CheckedRunnableModifier and TypeMethodDescriptionstatic voidThreadContextUtil.runCheckedWithClassLoader(CheckedRunnable runnable, ClassLoader classLoader) Executes the givenrunnable, swapping the thread context class loader for the given class loader, and swapping it back with the previous class loader afterwards.