Package io.camunda.zeebe.scheduler
Class FutureUtil
java.lang.Object
io.camunda.zeebe.scheduler.FutureUtil
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FutureUtil
public FutureUtil()
-
-
Method Details
-
join
Invokes Future.get() returning the result of the invocation. Transforms checked exceptions into RuntimeExceptions to accommodate programmer laziness. -
join
-
wrap
-