We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3e19fc commit 0a6862eCopy full SHA for 0a6862e
1 file changed
sdk/src/main/java/software/amazon/lambda/durable/config/RunInChildContextConfig.java
@@ -68,7 +68,7 @@ public Builder serDes(SerDes serDes) {
68
}
69
70
/**
71
- * Sets whether the context operation will be checkpointed (default: false).
+ * Sets whether the context is virtual (not checkpointed) or not.
72
*
73
* @param isVirtual true if the context is virtual (no checkpointing), false otherwise
74
* @return this builder for method chaining
0 commit comments