Temporal
Table of Contents
Namespaces
Classes
- Activity
- Promise
- WorkerFactory
- WorkerFactory is primary entry point for the temporal application. This class is responsible for the communication with parent RoadRunner process and can be used to create taskQueue workflow and activity workers.
- Workflow
- This class provides coroutine specific access to active WorkflowContext. It is safe to use this Facade inside your helper classes.