Classseedcordv0.11.0Internal
Bus
Manages application subscribers and event handling
Provides a centralized system for registering and executing custom subscribers throughout the application lifecycle. Bus subscribers are loaded from configured directories and can be triggered programmatically or by framework events.
Accessed via core.bus, not directly instantiated
The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the BusBus class.
class Bus extends Plugin<SubscriptionTuples>class Bus extends Plugin<SubscriptionTuples>Member visibility
Filter class members by access level.
Showing members with Protected visibility and higher.
Properties
Methods
registerCriticalFiles()
Registers critical file patterns that should trigger a full restart when changed in Dev HMR.