Class SyntheticScheduled
java.lang.Object
jakarta.enterprise.util.AnnotationLiteral<Scheduled>
io.quarkus.scheduler.common.runtime.SyntheticScheduled
- All Implemented Interfaces:
Annotation
public final class SyntheticScheduled
extends jakarta.enterprise.util.AnnotationLiteral<Scheduled>
implements Scheduled
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class io.quarkus.scheduler.Scheduled
Scheduled.ApplicationNotRunning, Scheduled.ConcurrentExecution, Scheduled.Never, Scheduled.Schedules, Scheduled.SkipPredicate -
Field Summary
Fields inherited from interface io.quarkus.scheduler.Scheduled
DEFAULT_TIMEZONE -
Constructor Summary
ConstructorsConstructorDescriptionSyntheticScheduled(String identity, String cron, String every, long delay, TimeUnit delayUnit, String delayed, String overdueGracePeriod, Scheduled.ConcurrentExecution concurrentExecution, Scheduled.SkipPredicate skipPredicate, String timeZone) -
Method Summary
Methods inherited from class jakarta.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode
-
Constructor Details
-
SyntheticScheduled
public SyntheticScheduled(String identity, String cron, String every, long delay, TimeUnit delayUnit, String delayed, String overdueGracePeriod, Scheduled.ConcurrentExecution concurrentExecution, Scheduled.SkipPredicate skipPredicate, String timeZone)
-
-
Method Details
-
identity
-
cron
-
every
-
delay
public long delay() -
delayUnit
-
delayed
-
concurrentExecution
-
skipExecutionIf
-
overdueGracePeriod
-
timeZone
-
toJson
-
fromJson
-
toString
- Specified by:
toStringin interfaceAnnotation- Overrides:
toStringin classjakarta.enterprise.util.AnnotationLiteral<Scheduled>
-