Skip to main content

Crate obix

Crate obix 

Source

Re-exports§

pub use inbox::Inbox;
pub use inbox::InboxConfig;
pub use inbox::InboxError;
pub use inbox::InboxEvent;
pub use inbox::InboxEventId;
pub use inbox::InboxEventStatus;
pub use inbox::InboxHandler;
pub use inbox::InboxIdempotencyKey;
pub use inbox::InboxResult;
pub use out::BatchOp;
pub use out::CursorError;
pub use out::EventCtx;
pub use out::EventSubscription;
pub use out::FlushError;
pub use out::FlushOp;
pub use out::Handled;
pub use out::IsolatedOp;
pub use out::OpCursor;
pub use out::Outbox;
pub use out::OutboxEventHandler;
pub use out::OutboxEventJobConfig;
pub use out::PostPersistHook;

Modules§

inbox
out
prelude

Structs§

EventSequence
MailboxConfig

Constants§

DEFAULT_PERSIST_EVENTS_BATCH_SIZE

Traits§

MailboxTables

Derive Macros§

MailboxTables
OutboxEvent