Docs.rs
  • aj-0.7.1
    • aj 0.7.1
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • cptrodgers
    • Dependencies
      • actix-rt ^2.2 normal
      • aj_core =0.7.1 normal
      • aj_macro =0.7.1 normal
      • lazy_static ^1.4.0 normal
      • serde ^1.0.64 normal
    • Versions
    • 3.85% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

aj0.7.1

Crate Items

  • Structs
  • Enums
  • Constants
  • Traits
  • Functions
  • Attribute Macros
  • Derive Macros

List of all items

Structs

  • AJ
  • ChangeStatus
  • Job
  • JobContext
  • JobPluginWrapper
  • PluginCenter
  • RegisterPlugin
  • RunHook
  • WorkQueue
  • backend::mem::InMemory
  • backend::redis::Redis
  • job::CronContext
  • job::Job
  • job::JobContext
  • job::Retry
  • job::job_context::CronContext
  • job::job_context::JobContext
  • job::retry::Retry
  • job_plugin::JobPluginWrapper
  • mem::InMemory
  • queue::CancelJob
  • queue::Enqueue
  • queue::EnqueueConfig
  • queue::GetJob
  • queue::RetryJob
  • queue::UpdateWorkQueue
  • queue::WorkQueue
  • queue::WorkQueueConfig
  • redis::Redis
  • retry::Retry

Enums

  • Error
  • backend::types::QueueDirection
  • job::JobStatus
  • job::JobType
  • job::RetryStrategy
  • job::job_context::JobStatus
  • job::job_context::JobType
  • job::retry::RetryStrategy
  • retry::RetryStrategy

Traits

  • BackgroundJob
  • Executable
  • JobPlugin
  • backend::types::Backend
  • job::BackgroundJob
  • job::Executable
  • job::executable::Executable
  • job_plugin::JobPlugin

Attribute Macros

  • async_trait
  • job
  • main

Derive Macros

  • BackgroundJob

Functions

  • backend::types::get_from_storage
  • backend::types::upsert_to_storage
  • queue::cancel_job
  • queue::enqueue_job
  • queue::get_job
  • queue::retry_job
  • queue::update_work_queue_config

Constants

  • backend::types::STORAGE_HASH