Public Samples¶
Runnable consumer-facing samples are centralized in TplQueue.Usage.
This site still publishes only the Adapter documentation tree, but those Adapter pages may point you to the exact public sample files that back the guidance.
Sample repository¶
Main sample entry points¶
- PackageConsumptionSmokeConsole Smallest public package-consumption flow for queue creation, closure enqueueing, and payload-cache mode.
- QueueObserverConsole
Rooted
Extract -> Transform -> Loadgraph plus observer subscription and graceful queue completion. - QueueObserverSignalRDashboard Long-lived metadata and payload queues, explicit DTO projection, and dashboard-oriented event forwarding.
Public source trail¶
Use these file-level links when you want the exact public implementation behind the docs:
PackageConsumptionSmokeConsole/README.mdPackageConsumptionSmokeConsole/Program.csQueueObserverConsole/README.mdQueueObserverConsole/Program.csQueueObserverSignalRDashboard/README.mdQueueObserverSignalRDashboard/Program.csQueueObserverSignalRDashboard/DashboardSampleServiceCollectionExtensions.cs