Module convex::base_client
source · Expand description
The synchronous state machine for Convex. It’s
recommended to use the higher level ConvexClient
unless you are building
a framework.
See docs for BaseConvexClient
.
Structs
- The synchronous state machine for the
ConvexClient
. It’s recommended to use the higher levelConvexClient
unless you are building a framework. - A mapping from
SubscriberId
to its current resultFunctionResult
for each actively subscribed query. - An identifier for a single subscriber to a query.
Enums
- Result of a Convex function (query/mutation/action).