Skip to content

Commit 83b7e9c

Browse files
brianstrauchclaude
andcommitted
Add Workflow Streams docs for the Java SDK
Mirrors the Python, TypeScript, and Go feature guides, sourced from the temporal-workflowstreams contrib module (sdk-java v1.37.0) and samples-java. Includes the Java-specific non-blocking listener subscriber API alongside the blocking iterator, and wires the page into the sidebar, Java index pages, and encyclopedia cross-links. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 3f26bd7 commit 83b7e9c

5 files changed

Lines changed: 703 additions & 0 deletions

File tree

docs/develop/java/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ From there, you can dive deeper into any of the Temporal primitives to start bui
4242
- [Timers](/develop/java/workflows/timers)
4343
- [Side effects](/develop/java/workflows/side-effects)
4444
- [Versioning](/develop/java/workflows/versioning)
45+
- [Workflow Streams](/develop/java/workflows/workflow-streams)
4546

4647
## [Activities](/develop/java/activities)
4748

docs/develop/java/workflows/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@ import * as Components from '@site/src/components';
2727
- [Timers](/develop/java/workflows/timers)
2828
- [Side effects](/develop/java/workflows/side-effects)
2929
- [Versioning](/develop/java/workflows/versioning)
30+
- [Workflow Streams](/develop/java/workflows/workflow-streams)

0 commit comments

Comments
 (0)