Structs§
- Event
HubClient - EventHubClient - handles event passing from backend to UI Subscribe callbacks to specific event origins and start the event loop.
- Subscription
Token - Opaque handle returned by
EventHubClient::subscribe. Dropping it removes the associated callback from the subscribers map; the origin’s entry is removed entirely when its last subscriber goes away.
Type Aliases§
- Event
Callback - Event callback type