Uses of Record Class
eu.rarogsoftware.rarog.platform.api.task.ExecutionInfo
Packages that use ExecutionInfo
-
Uses of ExecutionInfo in eu.rarogsoftware.rarog.platform.api.task
Methods in eu.rarogsoftware.rarog.platform.api.task that return types with arguments of type ExecutionInfoModifier and TypeMethodDescriptionScheduleConfig.cancelCondition()
Returns the value of thecancelCondition
record component.ScheduleConfig.executionCondition()
Returns the value of theexecutionCondition
record component.Method parameters in eu.rarogsoftware.rarog.platform.api.task with type arguments of type ExecutionInfoModifier and TypeMethodDescriptionSchedulerConfigBuilder.cancelCondition
(Predicate<ExecutionInfo<T>> cancelCondition) Condition for cancelling task after execution.SchedulerConfigBuilder.executionCondition
(Predicate<ExecutionInfo<T>> executionCondition) Condition for executing task.Constructor parameters in eu.rarogsoftware.rarog.platform.api.task with type arguments of type ExecutionInfoModifierConstructorDescriptionScheduleConfig
(Duration initialDelay, Duration period, Duration repeatAfter, int repeatCount, Predicate<ExecutionInfo<T>> executionCondition, Predicate<ExecutionInfo<T>> cancelCondition) Creates an instance of aScheduleConfig
record class.