AdminChannelHost Module
Hub-side orchestrator for the autohost AdminChannel. Serializes outbound admin commands onto the channel, de-duplicates rapid-fire same-kind submits within a short quiet window (research.md §R5), maintains hub-visible status, and publishes every transition through IHubEventSink. Callers submit intents; the host decides when/whether they reach the socket (feature 039).
Types
| Type | Description |
|
Serializing owner for one AdminChannel. Dispose to tear down the coalescing agent and release the channel. |
|
|
Re-export of AdminChannelStatus. Mirrors the spec's "Admin Channel Status" entity (data-model.md §2). |
|
|
The outcome of one AdminChannelHost.Submit
call. Commands coalesce per kind, so a newer command may supersede an
older pending one — the caller sees |
Functions and values
| Function or value |
Description
|
Full Usage:
attach (channel, events)
Parameters:
AdminChannel
events : IHubEventSink
Returns: AdminChannelHost
|
Attach to an already-bound AdminChannel
and a hub event sink. Publishes
|
Full Usage:
unavailable (reason, events)
Parameters:
string
events : IHubEventSink
Returns: AdminChannelHost
|
Construct an AdminChannelHost
in the
|
FSBarV1_Archived