Expand description
Client library for the Ora job scheduler.
It currently just re-exports everything from ora_client
.
Modules§
- admin
- Wrappers over client connections that provide higher-level abstractions.
- executor
- An implementation of a job executor.
- job_
definition - Job definitions and related types.
- job_
handle - Wrappers for interacting with jobs.
- job_
query - Query filters for jobs.
- job_
type - Traits and types that allow defining jobs in a mostly type-safe way.
- schedule_
definition - Schedule definitions and details.
- schedule_
handle - A handle to a schedule.
- schedule_
query - Query filters for schedules.
- snapshot
- High-level client for interacting with the Ora server snapshot endpoints.
Structs§
- Admin
Client - A high-level client for interacting with the Ora server admin endpoints.
- Execution
Context - The context in which a job is executed.
- Executor
- An executor for running jobs.
- Executor
Options - Options for configuring an executor.
- JobDefinition
- The definition of a job that can be executed in the future.
- Typed
JobDefinition - A job definition that carries the job type.
Traits§
- JobType
- A job type that can be executed by the server.
Type Aliases§
Derive Macros§
- JobType
- Derive macro for the
JobType
trait.