Worker
Table of Contents
Namespaces
Interfaces
- DispatcherInterface
- LoopInterface
- The interface is responsible for providing an interface for creating an event loop.
- WorkerFactoryInterface
- The interface is responsible for providing an interface for registering all dependencies and creating a global event loop.
- WorkerInterface
- Worker manages the execution of workflows and activities within the single TaskQueue. Activity and Workflow processing will be launched using separate processes.
Classes
- ChildWorkflowCancellationType
- FeatureFlags
- Feature flags help to smoothly introduce behavior changes that may affect existing workflows.
- Worker
- Worker manages the execution of workflows and activities within the single TaskQueue. Activity and Workflow processing will be launched using separate processes.
- WorkerOptions