Expand description
Push notification configuration storage and delivery.
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.
Structs§
- Http
Push Sender - HTTP-based
PushSenderusing hyper. - InMemory
Push Config Store - In-memory
PushConfigStorebacked by aHashMap. - Postgres
Push Config Store PostgreSQL-backedPushConfigStore.- Push
Retry Policy - Retry policy for push notification delivery.
- Sqlite
Push Config Store - SQLite-backed
PushConfigStore. - Tenant
Aware InMemory Push Config Store - Tenant-isolated in-memory
PushConfigStore. - Tenant
Aware Postgres Push Config Store - Tenant-scoped
PostgreSQL-backedPushConfigStore. - Tenant
Aware Sqlite Push Config Store - Tenant-scoped SQLite-backed
PushConfigStore.
Traits§
- Push
Config Store - Trait for storing push notification configurations.
- Push
Sender - Trait for delivering push notifications to client webhooks.