Skip to main content

Module matcher

Module matcher 

Source
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§

ActionQueueEvent
An event that occurred within the dispatch loop, evaluated against subscriptions.

Traits§

SubscriptionSource
Trait for types that expose active subscription filters.

Functions§

check_event
Checks a ActionQueueEvent against all active subscriptions in registry.