Uses of Enum
no.digipost.concurrent.TargetState.TaskControl
Packages that use TargetState.TaskControl
-
Uses of TargetState.TaskControl in no.digipost.concurrent
Methods in no.digipost.concurrent that return TargetState.TaskControlModifier and TypeMethodDescriptionstatic TargetState.TaskControlReturns 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.TaskControlModifier and TypeMethodDescriptiondefault 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.