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§
- Wrappers over client connections that provide higher-level abstractions.
- An implementation of a job executor.
- Job definitions and related types.
- Wrappers for interacting with jobs.
- Query filters for jobs.
- Traits and types that allow defining jobs in a mostly type-safe way.
- Schedule definitions and details.
- A handle to a schedule.
- Query filters for schedules.
- High-level client for interacting with the Ora server snapshot endpoints.
Type Aliases§
Derive Macros§
- Derive macro for the
JobTypetrait.