Logo FSBarV1_Archived

HubEventBus Type

The bus instance. Owned by `Program.fs`; constructed once per hub process. Disposing stops the pump task and completes all subscribed observers.

Instance members

Instance member Description

this.Events

Full Usage: this.Events

Returns: IObservable<HubEvent>

Outbound observable surface; subscribe from GUI chrome, diagnostics panels, and the gRPC status-query assembler.

Returns: IObservable<HubEvent>

this.Sink

Full Usage: this.Sink

Returns: IHubEventSink

Inbound sink surface; hand to modules that only need to publish.

Returns: IHubEventSink

Type something to start searching.