Expand description
Subscription source implementation and re-exports for event matching.
ActionQueueEvent and check_event are defined in actionqueue-core and
re-exported from actionqueue-budget for backward compatibility. This module
implements SubscriptionSource for SubscriptionRegistry so that
check_event can iterate active subscriptions.
Enums§
- Action
Queue Event - An event that occurred within the dispatch loop, evaluated against subscriptions.
Traits§
- Subscription
Source - Trait for types that expose active subscription filters.
Functions§
- check_
event - Checks a
ActionQueueEventagainst all active subscriptions inregistry.