Uses of Interface
org.jboss.elemento.flow.Repeat
-
Uses of Repeat in org.jboss.elemento.flow
Methods in org.jboss.elemento.flow that return RepeatModifier and TypeMethodDescriptionRepeat.failFast(boolean failFast) Whether the execution of the task should fail fast or fail last.Repeat.interval(long interval) The interval in milliseconds between the iterations.Repeat.iterations(int iterations) The maximal number of iterations of the loop.static <C extends FlowContext>
Repeat<C>Repeat.timeout(long timeout) The timeout in milliseconds for the while loop.The task is executed as long as the given predicate evaluates totrue.