Application message passing - Temporal Java SDK feature guide
Explore using Signals in Temporal Java to send messages to Workflows, with details on defining, sending, and handling Signals, including customization options.
Explore using Signals in Temporal Java to send messages to Workflows, with details on defining, sending, and handling Signals, including customization options.
The Foundations section of the Temporal Developer's guide covers the minimum set of concepts and implementation details needed to build and run a Temporal Application – that is, all the relevant steps to start a Workflow Execution that executes an Activity.
The Converters and Codecs section of the Temporal Developer's guide provides guidance on how to support compression, encryption, and other special data handling by implementing custom converters and codecs.
Improve observability in your Java-based Temporal Workflows. View which Workflow Executions are tracked by the Temporal Platform and the state of any Workflow Execution.
Master the Temporal Java Client with our comprehensive guide that covers everything from initialization to Workflow Execution.
Learn how to use the Temporal Java SDK.
This guide is an overview of the Temporal Platform security features.
The Testing section of the Temporal Developer's guide covers the many ways to test the state of your Temporal Application; that is, ways to view which Workflow Executions are tracked by the Platform and the state of any given Workflow Execution, either currently or at points of an execution.
The Versioning section of the Temporal Developer's guide covers how to update Workflow Definitions without causing non-deterministic behavior in current long-running Workflows.