Skip to main content

Module durability

Module durability 

Source

Re-exports§

pub use channel::CausalContext;
pub use channel::DurableChannel;
pub use channel::EphemeralChannel;
pub use channel::MessageEnvelope;
pub use channel::PartitionKey;
pub use config::CheckpointPolicy;
pub use config::DurabilityConfig;
pub use config::DurabilityMode;
pub use conversation::ConversationEvent;
pub use conversation::DurableConversation;
pub use conversation::RedeliveryDecision;
pub use cursor::CheckpointDriver;
pub use cursor::ConsumerCursor;
pub use cursor::cursor_key_for;
pub use dedup::DedupCache;
pub use dedup::DedupDecision;
pub use dedup::DedupEntry;
pub use dedup::DedupSweepReport;
pub use dedup::DedupSweeper;
pub use error::DurabilityError;
pub use receipt::ProcessingReceipt;
pub use recovery::RecoveredCursor;
pub use recovery::recover_conversation;
pub use recovery::recover_cursor;
pub use recovery::recover_cursor_with_replay;
pub use recovery::recover_durable_channel;
pub use recovery::recover_partition_sequences;
pub use replay::replay_from;
pub use store::DurableStore;
pub use store::HaematiteStore;
pub use store::StoredEntry;

Modules§

bridge
Synchronous bridge for driving durable-store futures to completion.
channel
config
conversation
cursor
dedup
error
receipt
recovery
replay
store