Skip to main content

Module checkpoint_manager

Module checkpoint_manager 

Source
Expand description

Checkpoint manager for managing checkpoints of a single execution.

This module implements the CheckpointManager which manages checkpoints for a single execution, including operation state, callback lifecycle, and history events, matching the Node.js SDK’s checkpoint manager.

Structs§

CheckpointManager
Manages checkpoints for a single execution.
CheckpointOperation
A checkpoint operation with update tracking.
InvocationTimestamps
Timestamps for an invocation.
OperationEvents
Operation with associated event data.