Interface | Description |
---|---|
Scheduler |
A
Scheduler is a component that provides a way to register the execution of a
ScheduleRequest with an underlying scheduler system (Quartz, etc). |
Class | Description |
---|---|
ScheduleInfo |
A
Schedule represents the association between the task definition and the
times it is to be executed. |
ScheduleRequest |
Representation of a schedule request.
|
SchedulerPropertyKeys |
Spring Cloud Scheduler property keys.
|
Exception | Description |
---|---|
CreateScheduleException |
Thrown when a schedule fails to be created on the scheduler infrastructure.
|
SchedulerException |
Base Exception class for Spring Cloud Scheduler.
|
UnScheduleException |
Thrown when a schedule fails to be unscheduled on the scheduler infrastructure.
|
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.