Skip to main content

Module manager

Module manager 

Source
Expand description

Subscription manager.

Manages the lifecycle of Subscription resources: CRUD, status tracking, filter validation, and in-memory indexing of active subscriptions.

Re-exports§

pub use filters::SubscriptionFilter;
pub use status::SubscriptionStatusCode;

Modules§

filters
Subscription filter parsing and validation.
status
Subscription status state machine.

Structs§

ActiveSubscription
An active subscription tracked by the manager.
ChannelConfig
Channel configuration for a subscription.
SubscriptionManager
Manages the lifecycle and in-memory indexing of active subscriptions.

Enums§

ChannelType
Channel type for a subscription.
PayloadContent
Payload content level requested by the subscriber.