Structs§
- Durable
Execution State - Represents the current durable execution state
- Lazy
Initialized Pollable - A pollable which can be later attached to a real
pollable, but it can be subscribed to even before that. - Persisted
Durable Function Invocation - Represents a persisted durable function invocation. The
responsefield contains a value and its type information together, making the user-defined payload observable by external tools.
Enums§
- Oplog
Entry Version - Represents the oplog entry version; this is for backward compatibility and most use cases should always use (and expect) the latest version.
Functions§
- begin_
durable_ function - Marks the beginning of a durable function.
- current_
durable_ execution_ state - Gets the current durable execution state
- end_
durable_ function - Marks the end of a durable function
- observe_
function_ call - Observes a function call (produces logs and metrics)
- persist_
durable_ function_ invocation - Writes a record to the agent’s oplog representing a durable function invocation
- read_
persisted_ durable_ function_ invocation - Reads the next persisted durable function invocation from the oplog during replay