Walks the Nest container at bootstrap and collects every provider produced
by EddyqModule.registerQueue. Each registerQueue call emits a value
provider under a token of the form EDDYQ_QUEUE_REGISTRATION:<name>; the
aggregator scans DiscoveryService.getProviders() for that prefix and
pairs each registration with its matching QueueHandleImpl provider.
Used by the module at onApplicationBootstrap to derive group config,
schedules, and the worker subscription set.
Walks the Nest container at bootstrap and collects every provider produced by
EddyqModule.registerQueue. EachregisterQueuecall emits a value provider under a token of the formEDDYQ_QUEUE_REGISTRATION:<name>; the aggregator scansDiscoveryService.getProviders()for that prefix and pairs each registration with its matching QueueHandleImpl provider.Used by the module at
onApplicationBootstrapto derive group config, schedules, and the worker subscription set.