Skip to content

Commit 5efefe7

Browse files
brianstrauchclaude
authored 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 d38d63a commit 5efefe7

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
@@ -46,6 +46,7 @@ From there, you can dive deeper into any of the Temporal primitives to start bui
4646
- [Timers](/develop/java/workflows/timers)
4747
- [Side effects](/develop/java/workflows/side-effects)
4848
- [Versioning](/develop/java/workflows/versioning)
49+
- [Workflow Streams](/develop/java/workflows/workflow-streams)
4950

5051
## [Activities](/develop/java/activities)
5152

docs/develop/java/workflows/index.mdx

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

0 commit comments

Comments
 (0)