Uses of Enum Class
org.springframework.scheduling.config.TaskExecutionOutcome.Status
Packages that use TaskExecutionOutcome.Status
Package
Description
Support package for declarative scheduling configuration,
with XML schema being the primary configuration format.
-
Uses of TaskExecutionOutcome.Status in org.springframework.scheduling.config
Methods in org.springframework.scheduling.config that return TaskExecutionOutcome.StatusModifier and TypeMethodDescriptionTaskExecutionOutcome.status()
Returns the value of thestatus
record component.static TaskExecutionOutcome.Status
Returns the enum constant of this class with the specified name.static TaskExecutionOutcome.Status[]
TaskExecutionOutcome.Status.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.springframework.scheduling.config with parameters of type TaskExecutionOutcome.StatusModifierConstructorDescriptionTaskExecutionOutcome
(Instant executionTime, TaskExecutionOutcome.Status status, Throwable throwable) Creates an instance of aTaskExecutionOutcome
record class.