CheckpointDurableExecutionResponse
The response from the CheckpointDurableExecution operation.
Types
Properties
Link copied to clipboard
A new checkpoint token to use for the next checkpoint operation. This token replaces the one provided in the request and must be used for subsequent checkpoints to maintain proper ordering.
Link copied to clipboard
Updated execution state information that includes any changes that occurred since the last checkpoint, such as completed callbacks or expired timers. This allows the SDK to update its internal state during replay.
Functions
Link copied to clipboard
inline fun copy(block: CheckpointDurableExecutionResponse.Builder.() -> Unit = {}): CheckpointDurableExecutionResponse