Appearance
HVC Services — Endpoints
- Project:
hvc-services· File:Controllers/NotifyController.cs
Overview
hvc-services exposes small REST endpoints that other services call to nudge the background workers. Both publish an in-process message (via PubSub) that the workers subscribe to.
Endpoints
| Route | Purpose |
|---|---|
POST /Notify/email?source=... | Publish OnNewEmail → wakes the email sender |
POST /Notify/eventCompleted?source=... | Publish OnEventCompleted → triggers recording download |
hvc-sinkapi calls /Notify/eventCompleted when it finishes finalizing an event.