Crate ora_client

Source
Expand description

Client library for the Ora job scheduler.

Re-exports§

pub use admin::AdminClient;
pub use executor::ExecutionContext;
pub use executor::Executor;
pub use executor::ExecutorOptions;
pub use job_definition::JobDefinition;
pub use job_type::JobType;
pub use job_type::TypedJobDefinition;

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.

Type Aliases§

IndexMap
IndexSet