Expand description
Push notification configuration storage and delivery.
Re-exports§
pub use config_store::InMemoryPushConfigStore;pub use config_store::PushConfigStore;pub use sender::HttpPushSender;pub use sender::PushRetryPolicy;pub use sender::PushSender;pub use tenant_config_store::TenantAwareInMemoryPushConfigStore;pub use sqlite_config_store::SqlitePushConfigStore;pub use tenant_sqlite_config_store::TenantAwareSqlitePushConfigStore;pub use postgres_config_store::PostgresPushConfigStore;pub use tenant_postgres_config_store::TenantAwarePostgresPushConfigStore;
Modules§
- config_
store - Push notification configuration storage trait and in-memory implementation.
- postgres_
config_ store PostgreSQL-backedPushConfigStoreimplementation.- sender
- Push notification sender trait and HTTP implementation.
- sqlite_
config_ store - SQLite-backed
PushConfigStoreimplementation. - tenant_
config_ store - Tenant-scoped push notification config store.
- tenant_
postgres_ config_ store - Tenant-scoped
PostgreSQL-backedPushConfigStoreimplementation. - tenant_
sqlite_ config_ store - Tenant-scoped SQLite-backed
PushConfigStoreimplementation.