CollectorRegistry
object CollectorRegistry
Central assembly point wiring every concrete SignalCollector into a single registry.
This is the only module that depends on all collector tiers (passive, permissioned, advanced); the rest of the app looks up collectors here by SignalCategory. Adding a new collector requires appending its constructor to all.
See also
Properties
Link copied to clipboard
Every registered collector instance, one per supported SignalCategory.
Link copied to clipboard
Fast lookup of a collector by its SignalCategory.
Link copied to clipboard
Categories whose collector supports live streaming via LiveSignalCollector.liveFlow.