Uses of Class
no.digipost.concurrent.TargetState.TaskControl
-
Packages that use TargetState.TaskControl Package Description no.digipost.concurrent -
-
Uses of TargetState.TaskControl in no.digipost.concurrent
Methods in no.digipost.concurrent that return TargetState.TaskControl Modifier and Type Method Description static TargetState.TaskControlTargetState.TaskControl. valueOf(String name)Returns the enum constant of this type with the specified name.static TargetState.TaskControl[]TargetState.TaskControl. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in no.digipost.concurrent with type arguments of type TargetState.TaskControl Modifier and Type Method Description default voidTargetState. untilThen(Supplier<TargetState.TaskControl> loopingTask, Consumer<? super Exception> exceptionHandler)Run a task in a loop until the target state is reached (TargetState.yet()returnstrue), though the loop can be controlled to exit prematurely usingEXIT.
-