Package io.camunda.zeebe.util.sched
Class RunnableAdapter<T>
java.lang.Object
io.camunda.zeebe.util.sched.RunnableAdapter<T>
- All Implemented Interfaces:
Runnable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrun()wrapBiConsumer(BiConsumer<T, Throwable> consumer) static <T> RunnableAdapter<T>wrapCallable(Callable<T> callable) wrapConsumer(Consumer<Throwable> consumer) static RunnableAdapter<Void>wrapRunnable(Runnable callable)