Abstractextends ICoreKernel
extends IDataBase<any, any> | null = any
extends ICoreClient | null = any
extends ICoreCache | null = any
extends ICorePresenter
Creates an instance that registers a listener on the kernel for a specified trigger.
When the kernel emits the event named triggerName, the listener will invoke start on this instance. The skipAutoStart flag determines whether the instance should start automatically during construction or not.
extends ICoreKernel
extends IDataBase<any, any> | null = any
extends ICoreClient | null = any
extends ICoreCache | null = any
extends ICorePresenter
ProtectedchannelAbstractstartAbstractstop
Abstract service that starts automatically when a specified trigger event is emitted by the kernel.
The service inherits from CoreService and listens for the kernel event identified by CoreTriggerService.triggerName. When the event fires, the service's CoreService.start method is invoked, ensuring that the service is activated in response to external signals.