Skip to main content

Module event_hub_client

Module event_hub_client 

Source

Structs§

EventHubClient
EventHubClient - handles event passing from backend to UI Subscribe callbacks to specific event origins and start the event loop.
SubscriptionToken
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§

EventCallback
Event callback type