Skip to content

docs(java): document wait strategy helpers - #278

Open
zhongkechen wants to merge 1 commit into
mainfrom
docs/java-wait-strategies
Open

docs(java): document wait strategy helpers#278
zhongkechen wants to merge 1 commit into
mainfrom
docs/java-wait-strategies

Conversation

@zhongkechen

Copy link
Copy Markdown
Contributor

Summary

  • document WaitStrategies.defaultStrategy() and Presets.DEFAULT
  • add Java examples for exponential-backoff and fixed-delay strategies
  • explain the exact Java defaults, one-based attempt counting, and max-attempt failure behavior
  • clarify that Java completion decisions belong to the check function rather than the delay strategy

Testing

  • /tmp/durable-docs-should-complete-venv/bin/mdformat --check docs/
  • /tmp/durable-docs-should-complete-venv/bin/codespell docs/ examples/java/core/wait/strategy-helper.java examples/java/core/wait/wait-for-condition-signature.java
  • python3.14 scripts/check_example_refs.py
  • python3.14 scripts/vendor_mermaid.py --check
  • python3.14 scripts/vendor_glightbox.py --check
  • /tmp/durable-docs-should-complete-py314/bin/zensical build --clean
  • hidden Unicode check
  • verified all documented APIs against Java main

@zhongkechen
zhongkechen deployed to ai-pr-review-runtime September 1, 2026 12:20 — with GitHub Actions Active
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants