Class Initializer
java.lang.Object
io.smallrye.faulttolerance.core.util.Initializer
Contains a sequence of
Runnable actions and makes sure that they are only executed once.
Concurrent threads are guaranteed to not exit runOne() before initialization has finished.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Initializer
-
Initializer
-
-
Method Details
-
runOnce
public void runOnce()
-