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