Interface: UptimeOrchestratorSubscriptionsOptions
Defined in: electron/orchestrator/UptimeOrchestratorSubscriptions.ts:10
Dependencies for UptimeOrchestratorSubscriptions.
Properties
eventBus
readonly eventBus: TypedEventBus<UptimeEvents>;
Defined in: electron/orchestrator/UptimeOrchestratorSubscriptions.ts:12
Event bus to register listeners against (the orchestrator itself).
eventForwardingCoordinator
readonly eventForwardingCoordinator: Pick<OrchestratorEventForwardingCoordinator, "register" | "unregister">;
Defined in: electron/orchestrator/UptimeOrchestratorSubscriptions.ts:14
Coordinator that forwards manager events to renderer listeners.
eventHandlers
readonly eventHandlers: UptimeOrchestratorEventHandlers;
Defined in: electron/orchestrator/UptimeOrchestratorSubscriptions.ts:19
Bound handler functions for internal orchestrator events.
historyLimitCoordinator
readonly historyLimitCoordinator: Pick<HistoryLimitCoordinator, "register" | "unregister">;
Defined in: electron/orchestrator/UptimeOrchestratorSubscriptions.ts:21
Coordinator that wires the history-limit flow.