PublishingHarnessServices Type
An IHarnessServices bundle whose every write is teed to the bus as an ObservabilityCaptured event while reads delegate to the wrapped backing bundle. The grain hands this to the agent harness, so the full observability stream flows through the bus without the producer ever deciding where it is stored.
Constructors
| Constructor |
Description
|
Full Usage:
PublishingHarnessServices(sessionKey, turnId, bus, backing)
Parameters:
string
turnId : string
bus : IEventBus
backing : IHarnessServices
Returns: PublishingHarnessServices
|
|
Nao