Skip to main content

Module backend

Module backend 

Source

Re-exports§

pub use memory::MemoryAttempt;
pub use memory::MemoryBackend;
pub use mock::CallRecord;
pub use mock::MockBackend;
pub use stream::StreamBackend;

Modules§

memory
mock
stream

Traits§

StorageBackend
Async, backend-agnostic storage interface for job queue operations.

Type Aliases§

NotificationStream
Type alias for asynchronous notification event streams produced by StorageBackend::subscribe.